Browse Source

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

Aaron Marcher 9 năm trước cách đây
mục cha
commit
6edc959933
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 $@