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>
bitmap-optimize
Theodore Ts'o 2008-01-01 17:00:39 -05:00
parent 42c0b61ca5
commit 9c3ea642e3
1 changed files with 2 additions and 1 deletions

View 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