diff options
| author | Richard M. Stallman | 1994-10-11 21:22:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-10-11 21:22:28 +0000 |
| commit | 1e8259bb0b11c006acbc73f4cd2c83d4ff51ea02 (patch) | |
| tree | 28fb0286b77755014d7784a39f99bb128188b7f8 | |
| parent | 6783b1ce6fdfd0d3c79b37553ca55a3a207c7298 (diff) | |
| download | emacs-1e8259bb0b11c006acbc73f4cd2c83d4ff51ea02.tar.gz emacs-1e8259bb0b11c006acbc73f4cd2c83d4ff51ea02.zip | |
(clean): rm DOC/* and *.tab.[ch].
(distclean): Not here.
| -rw-r--r-- | lib-src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 0d4d13dd829..c8e698b78ee 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -256,9 +256,10 @@ mostlyclean: | |||
| 256 | 256 | ||
| 257 | clean: mostlyclean | 257 | clean: mostlyclean |
| 258 | -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} | 258 | -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL} |
| 259 | -rm -f ../etc/DOC* *.tab.c *.tab.h | ||
| 259 | 260 | ||
| 260 | distclean: clean | 261 | distclean: clean |
| 261 | -rm -f ../etc/DOC* *.tab.c *.tab.h aixcc.c TAGS | 262 | -rm -f aixcc.c TAGS |
| 262 | -rm -f Makefile Makefile.in blessmail | 263 | -rm -f Makefile Makefile.in blessmail |
| 263 | 264 | ||
| 264 | realclean: distclean | 265 | realclean: distclean |