aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index f130d386549..40afa89b54c 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -177,6 +177,9 @@ getdate.o: getdate.y ../src/config.h
177timer: getdate.o timer.o 177timer: getdate.o timer.o
178 $(CC) $(CFLAGS) getdate.o timer.o -o timer 178 $(CC) $(CFLAGS) getdate.o timer.o -o timer
179 179
180make-path: make-path.c
181 $(CC) $(CFLAGS) make-path.c -o make-path
182
180# These are NOT included in INSTALLABLES or UTILITIES. 183# These are NOT included in INSTALLABLES or UTILITIES.
181# See ../src/ymakefile. 184# See ../src/ymakefile.
182emacstool: emacstool.c 185emacstool: emacstool.c