diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 6 |
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. |
| 92 | UTILITIES= test-distrib make-path wakeup profile make-docfile digest-doc \ | 92 | UTILITIES= 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 | ||
| 95 | DONT_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. |
| 97 | SCRIPTS= rcs2log vcdiff | 99 | SCRIPTS= rcs2log vcdiff |
| @@ -229,7 +231,7 @@ mostlyclean: | |||
| 229 | -rm -f core *.o | 231 | -rm -f core *.o |
| 230 | 232 | ||
| 231 | clean: mostlyclean | 233 | clean: mostlyclean |
| 232 | -rm -f ${INSTALLABLES} ${UTILITIES} | 234 | -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} |
| 233 | 235 | ||
| 234 | distclean: clean | 236 | distclean: 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 |