make config.h target depending on config.def.h
This commit is contained in:
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ options:
|
|||||||
|
|
||||||
${OBJ}: config.h config.mk
|
${OBJ}: config.h config.mk
|
||||||
|
|
||||||
config.h:
|
config.h: config.def.h
|
||||||
@echo creating $@ from config.def.h
|
@echo creating $@ from config.def.h
|
||||||
@cp config.def.h $@
|
@cp config.def.h $@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user