From 9c3ea642e36e7c0ab95f226b46573a5b40c2c551 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 1 Jan 2008 17:00:39 -0500 Subject: Fix Makefile race so that "make -j3 distclean" works correctly With this fix, "dpkg-buildpackage -j3" should work w/o problems for the e2fsprogs package. Signed-off-by: "Theodore Ts'o" --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f37640ec..8fe2a033 100644 --- a/Makefile.in +++ b/Makefile.in @@ -99,8 +99,9 @@ mostlyclean: mostlyclean-recursive mostlyclean-local clean: clean-recursive clean-local clean-doc $(RM) -f $(SUBS) -distclean: distclean-doc distclean-recursive distclean-local +distclean: distclean-doc distclean-recursive $(RM) -rf autom4te.cache e2fsprogs.spec ext2ed/Makefile po/stamp-po + $(MAKE) distclean-local realclean: realclean-recursive realclean-local -- cgit v1.2.1