# HG changeset patch # User Richard M. Stallman # Date 780298960 0 # Node ID 1452c72d18db0b3543efcfdf79a4d91f712374aa # Parent 7b805f79f3b406ed9db569bb410b1655f692a6d8 (UTILITIES): Remove test-distrib, make-docfile, make-path. (DONT_INSTALL): New variable--list those files here. (clean): Delete the files in DONT_INSTALL. diff -r 7b805f79f3b4 -r 1452c72d18db lib-src/Makefile.in --- 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