Xinqi Bao's Git

do not overwrite config.h if config.def.h changes
authorAaron Marcher <[email protected]>
Wed, 14 Sep 2016 09:08:37 +0000 (11:08 +0200)
committerAaron Marcher (drkhsh) <[email protected]>
Wed, 14 Sep 2016 09:08:37 +0000 (11:08 +0200)
Makefile

index 4848eef..f884ae0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ options:
 
 ${OBJ}: config.h config.mk
 
 
 ${OBJ}: config.h config.mk
 
-config.h: config.def.h
+config.h:
        @echo creating $@ from config.def.h
        @cp config.def.h $@
 
        @echo creating $@ from config.def.h
        @cp config.def.h $@