From 154f8d8df2183d3bfc2aff9ca1ce819312ca41c7 Mon Sep 17 00:00:00 2001 From: lhark Date: Mon, 14 Nov 2016 20:27:44 -0500 Subject: [PATCH] Fix config.h copying --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cdc8f4d..158c863 100644 --- a/Makefile +++ b/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 $@