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

master
Aaron Marcher 10 years ago committed by Aaron Marcher (drkhsh)
parent 1ad9f2504d
commit 6edc959933

@ -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 $@

Loading…
Cancel
Save