From 015a577afc8d61e2e9a3e8f66df28a8264ee4e21 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 25 Nov 2020 12:20:49 +0100 Subject: Makefile: do not depend on config.def.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf