1
0
Fork 0

do not overwrite config.h if config.def.h changes

This commit is contained in:
Aaron Marcher 2016-09-14 11:08:37 +02:00 committed by Aaron Marcher (drkhsh)
parent 1ad9f2504d
commit 6edc959933
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ options:
${OBJ}: config.h config.mk
config.h: config.def.h
config.h:
@echo creating $@ from config.def.h
@cp config.def.h $@