Bläddra i källkod

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

Aaron Marcher 9 år sedan
förälder
incheckning
6edc959933
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 $@