aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-01-01 17:00:39 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-01-01 17:00:39 -0500
commit9c3ea642e36e7c0ab95f226b46573a5b40c2c551 (patch)
tree122d8e03137e3d870099c2146f3e7a5a9218fc5a /Makefile.in
parent42c0b61ca58ddc64ede08c0c02ebe3f9eb5b9570 (diff)
downloade2fsprogs-9c3ea642e36e7c0ab95f226b46573a5b40c2c551.tar.gz
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" <tytso@mit.edu>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
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