aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-03-14 02:42:42 -0500
committerTheodore Ts'o <tytso@mit.edu>2003-03-14 02:42:42 -0500
commit78130a21fdcd02b82df3d6f9ac3300d7e1101de9 (patch)
treec0b118a1560ed25a6c84f2d8ec0736d75272216e /Makefile.in
parente1f072280c4a9a12d1a91da319d1b54593795d8b (diff)
downloadandroid_external_e2fsprogs-78130a21fdcd02b82df3d6f9ac3300d7e1101de9.tar.gz
android_external_e2fsprogs-78130a21fdcd02b82df3d6f9ac3300d7e1101de9.tar.bz2
android_external_e2fsprogs-78130a21fdcd02b82df3d6f9ac3300d7e1101de9.zip
Add dependency to allow parallel makes to work correctly.
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 34128e8c..07e1efb0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -19,7 +19,7 @@ SUBS= lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h
TAR=tar
-all::
+all:: subs
$(MAKE) libs
$(MAKE) progs
$(MAKE) docs