Xinqi Bao's Git

make config.h target depending on config.def.h
authorDaniel Walter <[email protected]>
Thu, 10 Mar 2016 10:55:12 +0000 (11:55 +0100)
committerDaniel Walter <[email protected]>
Thu, 10 Mar 2016 10:55:12 +0000 (11:55 +0100)
Makefile

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