do not overwrite config.h if config.def.h changes
This commit is contained in:
parent
1ad9f2504d
commit
6edc959933
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue