aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJim Blandy1992-12-06 22:25:31 +0000
committerJim Blandy1992-12-06 22:25:31 +0000
commitecc798b0dcca3117e483510f982379f0cf79b456 (patch)
tree7fc33f7676f3de24f96619760253a47c66cbcec4 /lib-src
parent3a88c23802812028a78bf83a7dd0616092394400 (diff)
downloademacs-ecc798b0dcca3117e483510f982379f0cf79b456.tar.gz
emacs-ecc798b0dcca3117e483510f982379f0cf79b456.zip
* Makefile.in (make-path): New target.
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