diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-25 12:20:49 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-25 12:20:49 +0100 |
commit | 015a577afc8d61e2e9a3e8f66df28a8264ee4e21 (patch) | |
tree | af6f7cc43106381892317a6acc1fc918a86052b2 /Makefile | |
parent | 697ad838ee9312bb947d6d9992f84d0f3b41d607 (diff) | |
download | cqrlogo-015a577afc8d61e2e9a3e8f66df28a8264ee4e21.tar.gz cqrlogo-015a577afc8d61e2e9a3e8f66df28a8264ee4e21.tar.zst |
Makefile: do not depend on config.def.h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |