Mercurial > emacs
diff lib-src/Makefile.in @ 1659:59aca09e60f8
* Makefile.in (make-path): New target.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Sun, 06 Dec 1992 22:25:31 +0000 |
| parents | 884891e455cf |
| children | 2d6fee9f818d |
line wrap: on
line diff
--- 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
