diff Makefile.in.in @ 3186:9a0af1444f54

[xemacs-hg @ 2005-12-31 12:41:23 by michaels] 2005-12-29 Mike Sperber <mike@xemacs.org> * Makefile.in.in (top-distclean-noconfig): Don't delete site-packages xemacs-packages mule-packages site-lisp---those are supposed to stick around.
author michaels
date Sat, 31 Dec 2005 12:41:23 +0000
parents 193188e494b2
children 7da03bc36069
line wrap: on
line diff
--- a/Makefile.in.in	Fri Dec 30 22:51:16 2005 +0000
+++ b/Makefile.in.in	Sat Dec 31 12:41:23 2005 +0000
@@ -564,7 +564,6 @@
 ##      Like `distclean' but don't delete files created by `configure'.
 top-distclean-noconfig: FRC.distclean-noconfig
 	-$(RM) TAGS .sbinit lock/* lisp/finder-inf.el*
-	-$(RM) -r site-packages xemacs-packages mule-packages site-lisp
 
 distclean-noconfig: top-mostlyclean top-clean top-distclean-noconfig
 	for d in $(SUBDIR); do (cd ./$$d && $(MAKE) $(RECURSIVE_MAKE_ARGS) $@); done