Changes to example.ini should trigger "make ini"

This commit is contained in:
Keith Mitchell
2013-01-02 11:44:55 -08:00
committed by Neil Williams
parent 4a3a1a9858
commit 3c2356c1a5

View File

@@ -87,7 +87,7 @@ INIFILES := $(UPDATE_FILES:.update=.ini)
ini: $(INIFILES)
$(INIFILES): %.ini: %.update
$(INIFILES): %.ini: %.update example.ini
./updateini.py example.ini $< > $@ || rm $@
clean_ini: