Mercurial > emacs
changeset 4593:efead3ca0cd4
(make-path): Dep on config.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 Aug 1993 22:23:59 +0000 |
parents | 168bcc1aeea3 |
children | dc7eabff318b |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Thu Aug 12 22:21:12 1993 +0000 +++ b/lib-src/Makefile.in Thu Aug 12 22:23:59 1993 +0000 @@ -267,7 +267,7 @@ timer: ${TIMEROBJS} $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer -make-path: ${srcdir}/make-path.c +make-path: ${srcdir}/make-path.c ../src/config.h $(CC) $(CPP_CFLAGS) ${srcdir}/make-path.c -o make-path # These are NOT included in INSTALLABLES or UTILITIES.