From c7d685b90ae0f5f62135b1573686439357a18017 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 26 May 2010 16:10:24 -0400 Subject: [PATCH] For distclean, clean the main directory last since the subdirs need to be able to run libtool to clean things. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1153e1906..1d2a5d582 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,9 +58,9 @@ clean: config.status mostlyclean: clean distclean: config.status + for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done -rm -rf Makefile pathnames.h config.h config.status config.cache \ config.log libtool stamp-* autom4te.cache ChangeLog - for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done cleandir: distclean -- 2.40.0