summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-09-14 11:08:37 +0200
committerAaron Marcher (drkhsh) <info@nulltime.net>2016-09-14 11:08:37 +0200
commit6edc959933cc0a8c94ed4571bf668a5fe15ba7aa (patch)
tree144c6272a19943851918666352547d29a06344d7 /Makefile
parent1ad9f2504d3b547ceb3e6e92215bc2d42164e782 (diff)
do not overwrite config.h if config.def.h changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4848eef..f884ae0 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ options:
${OBJ}: config.h config.mk
-config.h: config.def.h
+config.h:
@echo creating $@ from config.def.h
@cp config.def.h $@