]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 f37640ecbededaf1e9ce96d49ddb4910b44a4fe2..8fe2a0337840b14e9da31c006ff37468340a0c6e 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