btrfs-progs: build, make build test work again

We need to regenerate version.h after clean-all.

Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
David Sterba 2015-01-28 18:16:10 +01:00
parent badb4a15af
commit 5989e9dd50

View file

@ -260,8 +260,14 @@ library-test.static: $(libs_static) library-test.o
@echo " [LD] $@"
$(Q)$(CC) $(CFLAGS) -o library-test-static library-test.o $(LDFLAGS) $(libs_static)
test-build:
test-build: test-build-pre test-build-real
test-build-pre:
$(MAKE) clean-all
./autogen.sh
./configure
test-build-real:
$(MAKE) library-test
-$(MAKE) library-test.static
$(MAKE) -j 8 all