# HG changeset patch # User Jim Blandy # Date 723680731 0 # Node ID 59aca09e60f81d47681e3be81eb3e0a8238f800d # Parent 452ba03935d73aa058eff5fb7f8da02e13c778a0 * Makefile.in (make-path): New target. diff -r 452ba03935d7 -r 59aca09e60f8 lib-src/Makefile.in --- a/lib-src/Makefile.in Sun Dec 06 22:22:09 1992 +0000 +++ b/lib-src/Makefile.in Sun Dec 06 22:25:31 1992 +0000 @@ -177,6 +177,9 @@ 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