diff options
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. |