summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Walter <d.walter@0x90.at>2016-03-10 11:55:12 +0100
committerDaniel Walter <d.walter@0x90.at>2016-03-10 11:55:12 +0100
commit410ba38a0160da8cbcc81dddd704ae9c7f6d15e2 (patch)
tree50a657185b4b6f81f798082c6af342ca54afe8f3 /Makefile
parent046e273a7eb270f4b275c02546e4547d8cfc2a82 (diff)
make config.h target depending on config.def.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@