Whamcloud - gitweb
Fix Makefile race so that "make -j3 distclean" works correctly
authorTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 22:00:39 +0000 (17:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jan 2008 22:00:39 +0000 (17:00 -0500)
With this fix, "dpkg-buildpackage -j3" should work w/o problems for
the e2fsprogs package.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Makefile.in

index f37640e..8fe2a03 100644 (file)
@@ -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