add dependency to VERSION for config.h

This commit is contained in:
Thomas Bernard 2012-05-24 18:25:42 +02:00
parent 6d0a225420
commit 4922f84ee4
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ testupnppermissions: config.h $(TESTUPNPPERMISSIONSOBJS)
# BSDmake :
# $(CC) $(CFLAGS) -o $@ $>
config.h: genconfig.sh
config.h: genconfig.sh VERSION
./genconfig.sh $(CONFIG_OPTIONS)
.SUFFIXES: .o .c

View File

@ -164,7 +164,7 @@ testgetifaddr: testgetifaddr.o getifaddr.o
miniupnpdctl: miniupnpdctl.o
config.h: genconfig.sh
config.h: genconfig.sh VERSION
./genconfig.sh $(CONFIG_OPTIONS)
depend: config.h