Mercurial > emacs
changeset 9015:1452c72d18db
(UTILITIES): Remove test-distrib, make-docfile, make-path.
(DONT_INSTALL): New variable--list those files here.
(clean): Delete the files in DONT_INSTALL.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Sep 1994 05:42:40 +0000 |
parents | 7b805f79f3b4 |
children | 160a90eaa7d8 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Fri Sep 23 05:31:24 1994 +0000 +++ b/lib-src/Makefile.in Fri Sep 23 05:42:40 1994 +0000 @@ -89,9 +89,11 @@ # Things that Emacs runs internally, or during the build process, # which should not be installed in bindir. -UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \ +UTILITIES= wakeup profile digest-doc \ sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer +DONT_INSTALL= test-distrib make-docfile make-path + # Like UTILITIES, but they're not system-dependent, and should not be # deleted by the distclean target. SCRIPTS= rcs2log vcdiff @@ -229,7 +231,7 @@ -rm -f core *.o clean: mostlyclean - -rm -f ${INSTALLABLES} ${UTILITIES} + -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} distclean: clean -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS