From fba2bdb0ecce4c2c58e13183d432f64d21445344 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 26 Feb 2018 13:23:01 +1030 Subject: [PATCH] ccan/config.h: make it depend on the top-level Makefile. This way if the argument change, it will be regenerated. Signed-off-by: Rusty Russell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b16d4bcb..723dbda3e 100644 --- a/Makefile +++ b/Makefile @@ -271,7 +271,7 @@ ALL_PROGRAMS += ccan/ccan/cdump/tools/cdump-enumstr # Can't add to ALL_OBJS, as that makes a circular dep. ccan/ccan/cdump/tools/cdump-enumstr.o: $(CCAN_HEADERS) Makefile -ccan/config.h: ccan/tools/configurator/configurator +ccan/config.h: ccan/tools/configurator/configurator Makefile if $< --configurator-cc="$(CONFIGURATOR_CC)" $(CC) $(CFLAGS) > $@.new; then mv $@.new $@; else rm $@.new; exit 1; fi gen_version.h: FORCE