From ecc798b0dcca3117e483510f982379f0cf79b456 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 6 Dec 1992 22:25:31 +0000 Subject: [PATCH] * Makefile.in (make-path): New target. --- lib-src/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index f130d38654..40afa89b54 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -177,6 +177,9 @@ getdate.o: getdate.y ../src/config.h timer: getdate.o timer.o $(CC) $(CFLAGS) getdate.o timer.o -o timer +make-path: make-path.c + $(CC) $(CFLAGS) make-path.c -o make-path + # These are NOT included in INSTALLABLES or UTILITIES. # See ../src/ymakefile. emacstool: emacstool.c -- 2.20.1