From 410ba38a0160da8cbcc81dddd704ae9c7f6d15e2 Mon Sep 17 00:00:00 2001 From: Daniel Walter Date: Thu, 10 Mar 2016 11:55:12 +0100 Subject: [PATCH] make config.h target depending on config.def.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1bb370..d20ad8f 100644 --- a/Makefile +++ b/Makefile @@ -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 $@