From: Richard M. Stallman Date: Thu, 25 Jan 1996 06:59:38 +0000 (+0000) Subject: (extraclean): Use ${top_distclean} to ensure X-Git-Tag: emacs-19.34~1500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e8886a8278dece61a7647959594525403d928da;p=emacs.git (extraclean): Use ${top_distclean} to ensure we delete everything distclean deletes. --- diff --git a/Makefile.in b/Makefile.in index d115b927f2f..75d6546949f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -492,8 +492,8 @@ maintainer-clean: FRC ### it deletes backup and autosave files too. extraclean: for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done - -(cd lock && rm *) - -rm config.status config-tmp-* + ${top_distclean} + -rm config-tmp-* -rm -f *~ \#* ### Unlocking and relocking. The idea of these productions is to reduce