From 9e8886a8278dece61a7647959594525403d928da Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 25 Jan 1996 06:59:38 +0000 Subject: [PATCH] (extraclean): Use ${top_distclean} to ensure we delete everything distclean deletes. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2