aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-12 22:23:59 +0000
committerRichard M. Stallman1993-08-12 22:23:59 +0000
commita069743544300a08e364acee4fb92f0458416ca4 (patch)
treef0c9aeb3f41b7e2bf6630c011a4eef2b344a6934 /lib-src
parent324710caf596ebf599be0376a53dfd4470400503 (diff)
downloademacs-a069743544300a08e364acee4fb92f0458416ca4.tar.gz
emacs-a069743544300a08e364acee4fb92f0458416ca4.zip
(make-path): Dep on config.h.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 2ea43a77989..ffb1ee097d0 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -267,7 +267,7 @@ timer.o: ${srcdir}/timer.c ../src/config.h
267timer: ${TIMEROBJS} 267timer: ${TIMEROBJS}
268 $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer 268 $(CC) -I${srcdir}/../src $(ALL_CFLAGS) ${TIMEROBJS} $(LOADLIBES) -o timer
269 269
270make-path: ${srcdir}/make-path.c 270make-path: ${srcdir}/make-path.c ../src/config.h
271 $(CC) $(CPP_CFLAGS) ${srcdir}/make-path.c -o make-path 271 $(CC) $(CPP_CFLAGS) ${srcdir}/make-path.c -o make-path
272 272
273# These are NOT included in INSTALLABLES or UTILITIES. 273# These are NOT included in INSTALLABLES or UTILITIES.