Fix config.h copying
This commit is contained in:
parent
7374866ed1
commit
154f8d8df2
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -18,7 +18,11 @@ options:
|
|||
@echo CC $<
|
||||
@${CC} -c ${CFLAGS} $<
|
||||
|
||||
${OBJ}: config.def.h config.mk
|
||||
${OBJ}: config.def.h config.h config.mk
|
||||
|
||||
config.h:
|
||||
@echo creating $@ from config.def.h
|
||||
@cp config.def.h $@
|
||||
|
||||
config.def.h:
|
||||
@echo creating config.h from $@
|
||||
|
|
Loading…
Reference in a new issue