aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-02-29 00:43:29 -0500
committerTheodore Ts'o <tytso@mit.edu>2008-02-29 00:43:29 -0500
commit399033a6ab713bc1f8ebad90e47fced0e7491b62 (patch)
treebeb237119774e243e12b79ec08876ef28cd9d415 /Makefile.in
parenta49670e64e28ac3b15e36cb6bd0a8135d3ecdbbb (diff)
parente1e83b6ba9c14e6f9a845c5a9694e2c74dffef0a (diff)
downloade2fsprogs-399033a6ab713bc1f8ebad90e47fced0e7491b62.tar.gz
Merge branch 'maint'
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 47560fd9..54a0d14f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,7 +74,7 @@ TAGS clean-recursive distclean-recursive depend-recursive check-recursive \
done
all-progs-recursive install-progs-recursive install-strip-progs-recursive \
- uninstall-progs-recursive:
+ uninstall-progs-recursive: all-libs-recursive
@for subdir in $(PROG_SUBDIRS); do \
if test -d $$subdir ; then \
target=`echo $@|$(SED) 's/-progs-recursive//'`; \