Selaa lähdekoodia

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

Aaron Marcher 9 vuotta sitten
vanhempi
commit
6edc959933
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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