mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
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 <rusty@rustcorp.com.au>
This commit is contained in:
parent
229f288eb5
commit
fba2bdb0ec
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user