Fix config.h copying

This commit is contained in:
lhark 2016-11-14 20:27:44 -05:00
parent 7374866ed1
commit 154f8d8df2

View file

@ -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 $@