aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-23 05:42:40 +0000
committerRichard M. Stallman1994-09-23 05:42:40 +0000
commit5aae660113ea1af9bfcb08c28a6fc694262f2bca (patch)
treed837b0e851e9cba1ea02909e755be4b0414168b8 /lib-src
parentf1c16f36b3cdae08e9d2fd75026479151517cfcc (diff)
downloademacs-5aae660113ea1af9bfcb08c28a6fc694262f2bca.tar.gz
emacs-5aae660113ea1af9bfcb08c28a6fc694262f2bca.zip
(UTILITIES): Remove test-distrib, make-docfile, make-path.
(DONT_INSTALL): New variable--list those files here. (clean): Delete the files in DONT_INSTALL.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 9ae70ceeb6b..d25a7a4161f 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -89,9 +89,11 @@ INSTALLABLE_SCRIPTS = rcs-checkin
89 89
90# Things that Emacs runs internally, or during the build process, 90# Things that Emacs runs internally, or during the build process,
91# which should not be installed in bindir. 91# which should not be installed in bindir.
92UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \ 92UTILITIES= wakeup profile digest-doc \
93 sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer 93 sorted-doc movemail cvtmail fakemail yow emacsserver hexl timer
94 94
95DONT_INSTALL= test-distrib make-docfile make-path
96
95# Like UTILITIES, but they're not system-dependent, and should not be 97# Like UTILITIES, but they're not system-dependent, and should not be
96# deleted by the distclean target. 98# deleted by the distclean target.
97SCRIPTS= rcs2log vcdiff 99SCRIPTS= rcs2log vcdiff
@@ -229,7 +231,7 @@ mostlyclean:
229 -rm -f core *.o 231 -rm -f core *.o
230 232
231clean: mostlyclean 233clean: mostlyclean
232 -rm -f ${INSTALLABLES} ${UTILITIES} 234 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
233 235
234distclean: clean 236distclean: clean
235 -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS 237 -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS