From: Joel Rosdahl Date: Fri, 16 Jul 2010 12:44:24 +0000 (+0200) Subject: Regenerate test/suites.h on Makefile updates X-Git-Tag: v3.1~180^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ccf73aaeef41c6af648bbb1bbf2218a9dc2b6b;p=thirdparty%2Fccache.git Regenerate test/suites.h on Makefile updates This will make the build system pick up addition/removal of test suites. --- diff --git a/Makefile.in b/Makefile.in index 8b7b783a6..33d9f4480 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,8 +70,8 @@ test/main$(EXEEXT): $(base_objs) $(test_objs) test/main.o: test/suites.h -test/suites.h: $(test_suites) - sed -n 's/TEST_SUITE(\(.*\))/SUITE(\1)/p' $^ >$@ +test/suites.h: $(test_suites) Makefile + sed -n 's/TEST_SUITE(\(.*\))/SUITE(\1)/p' $(test_suites) >$@ .PHONY: check check: test