add dependency to VERSION for config.h
This commit is contained in:
parent
6d0a225420
commit
4922f84ee4
|
@ -195,7 +195,7 @@ testupnppermissions: config.h $(TESTUPNPPERMISSIONSOBJS)
|
||||||
# BSDmake :
|
# BSDmake :
|
||||||
# $(CC) $(CFLAGS) -o $@ $>
|
# $(CC) $(CFLAGS) -o $@ $>
|
||||||
|
|
||||||
config.h: genconfig.sh
|
config.h: genconfig.sh VERSION
|
||||||
./genconfig.sh $(CONFIG_OPTIONS)
|
./genconfig.sh $(CONFIG_OPTIONS)
|
||||||
|
|
||||||
.SUFFIXES: .o .c
|
.SUFFIXES: .o .c
|
||||||
|
|
|
@ -164,7 +164,7 @@ testgetifaddr: testgetifaddr.o getifaddr.o
|
||||||
|
|
||||||
miniupnpdctl: miniupnpdctl.o
|
miniupnpdctl: miniupnpdctl.o
|
||||||
|
|
||||||
config.h: genconfig.sh
|
config.h: genconfig.sh VERSION
|
||||||
./genconfig.sh $(CONFIG_OPTIONS)
|
./genconfig.sh $(CONFIG_OPTIONS)
|
||||||
|
|
||||||
depend: config.h
|
depend: config.h
|
||||||
|
|
Loading…
Reference in New Issue