diff options
| author | Richard M. Stallman | 1993-08-12 22:23:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-12 22:23:59 +0000 |
| commit | a069743544300a08e364acee4fb92f0458416ca4 (patch) | |
| tree | f0c9aeb3f41b7e2bf6630c011a4eef2b344a6934 /lib-src | |
| parent | 324710caf596ebf599be0376a53dfd4470400503 (diff) | |
| download | emacs-a069743544300a08e364acee4fb92f0458416ca4.tar.gz emacs-a069743544300a08e364acee4fb92f0458416ca4.zip | |
(make-path): Dep on config.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
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 | |||
| 267 | timer: ${TIMEROBJS} | 267 | timer: ${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 | ||
| 270 | make-path: ${srcdir}/make-path.c | 270 | make-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. |