aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-25 12:20:49 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-25 12:20:49 +0100
commit015a577afc8d61e2e9a3e8f66df28a8264ee4e21 (patch)
treeaf6f7cc43106381892317a6acc1fc918a86052b2
parent697ad838ee9312bb947d6d9992f84d0f3b41d607 (diff)
downloadcqrlogo-015a577afc8d61e2e9a3e8f66df28a8264ee4e21.tar.gz
cqrlogo-015a577afc8d61e2e9a3e8f66df28a8264ee4e21.tar.zst
Makefile: do not depend on config.def.h
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ff5d66..b985293 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ cqrlogo.fcgi.static: lib/libcqrlogo.o cqrlogo.c cqrlogo.h config.h version.h
version.h: $(wildcard .git/HEAD .git/index .git/refs/tags/*) Makefile
printf "#ifndef VERSION\n#define VERSION \"%s\"\n#endif\n" $(shell git describe --long 2>/dev/null || echo ${VERSION}) > $@
-config.h: config.def.h
+config.h:
$(CP) config.def.h config.h
README.html: README.md