Mercurial > emacs
changeset 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 | bb63fa860267 |
children | 4eaaff49a24e |
files | Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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