From: Theodore Ts'o Date: Fri, 14 Mar 2003 07:42:42 +0000 (-0500) Subject: Add dependency to allow parallel makes to work correctly. X-Git-Tag: E2FSPROGS-1_33-WIP-0314~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78130a21fdcd02b82df3d6f9ac3300d7e1101de9;p=thirdparty%2Fe2fsprogs.git Add dependency to allow parallel makes to work correctly. --- diff --git a/Makefile.in b/Makefile.in index 34128e8c1..07e1efb02 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