From 78130a21fdcd02b82df3d6f9ac3300d7e1101de9 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 14 Mar 2003 02:42:42 -0500 Subject: [PATCH] Add dependency to allow parallel makes to work correctly. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3