summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-01-27 20:09:05 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-01-27 20:09:05 -0500
commit428f6b32a9029e1f0bc2559233954955a6aae64c (patch)
tree69a22eeed287318371f415a568eaf30a9993e1ca /Makefile.in
parent8c7c6eb1675b327387a24bc05ac98dfc890f8073 (diff)
parentc8a5708db1bc66aa361d38e9c74aea929b793921 (diff)
downloade2fsprogs-428f6b32a9029e1f0bc2559233954955a6aae64c.tar.gz
Merge branch 'maint' into next
Conflicts: configure lib/ext2fs/ext2_fs.h misc/e2image.c
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 53ca5265..47560fd9 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