make config.h target depending on config.def.h

This commit is contained in:
Daniel Walter 2016-03-10 11:55:12 +01:00
parent 046e273a7e
commit 410ba38a01
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ options:
${OBJ}: config.h config.mk
config.h:
config.h: config.def.h
@echo creating $@ from config.def.h
@cp config.def.h $@