From 7aaf00fc2bc1f90ff358df1f880bea16a96678ab Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 30 Jan 2013 19:02:21 +0100 Subject: btrfs-progs: fix parallel build Parallel build may fail due to late creation of version.h, fix the rule name that does not match the filename. Signed-off-by: David Sterba Reviewed-by: Eri Sandeen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6df402cd..bef1e13b 100644 --- a/Makefile +++ b/Makefile @@ -52,9 +52,9 @@ endif $(Q)$(CC) $(DEPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c $< -all: version $(progs) manpages +all: version.h $(progs) manpages -version: +version.h: $(Q)bash version.sh btrfs: $(objects) btrfs.o help.o $(cmds_objects) -- cgit v1.2.3