aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-16 18:54:11 +0000
committerGerd Moellmann2000-06-16 18:54:11 +0000
commit8c47a252f0de199d7212ff460419f4c2f1ba3af7 (patch)
treeffbc4426109f2b6765fb0600202f9fa0b4a1c0ae
parentbba2a92393b328310ebd23694f66f0c96fb39a4f (diff)
downloademacs-8c47a252f0de199d7212ff460419f4c2f1ba3af7.tar.gz
emacs-8c47a252f0de199d7212ff460419f4c2f1ba3af7.zip
(distclean): Also make distclean in lisp/.
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ec1b4abebd6..23cb34427d4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -531,6 +531,7 @@ distclean: FRC
531 (cd lib-src; $(MAKE) $(MFLAGS) distclean) 531 (cd lib-src; $(MAKE) $(MFLAGS) distclean)
532 (cd man && $(MAKE) $(MFLAGS) distclean) 532 (cd man && $(MAKE) $(MFLAGS) distclean)
533 (cd leim; $(MAKE) $(MFLAGS) distclean) 533 (cd leim; $(MAKE) $(MFLAGS) distclean)
534 (cd lisp; $(MAKE) $(MFLAGS) distclean)
534 ${top_distclean} 535 ${top_distclean}
535 536
536### `maintainer-clean' 537### `maintainer-clean'