Mercurial > emacs
diff Makefile.in @ 18404:2af2dc0cd97f
(lib-src): Depend on src/config.h (e.g. for movemail.o).
(src/config.h): New target to re-configure if src/config.in is patched.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 23 Jun 1997 02:30:36 +0000 |
| parents | 52f0da9d19ff |
| children | 009cc28fa3ec |
line wrap: on
line diff
--- a/Makefile.in Mon Jun 23 02:19:40 1997 +0000 +++ b/Makefile.in Mon Jun 23 02:30:36 1997 +0000 @@ -220,7 +220,7 @@ src: lib-src FRC -lib-src: FRC +lib-src: FRC src/config.h .RECURSIVE: ${SUBDIR} @@ -239,6 +239,9 @@ src/Makefile: src/Makefile.in config.status ./config.status +src/config.h: src/config.in config.status + ./config.status + lib-src/Makefile: lib-src/Makefile.in config.status ./config.status
