summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp+git@gmail.com>2024-06-05 13:31:09 +0000
committerFreeyorp <TheFreeYorp+git@gmail.com>2024-06-05 19:09:16 +0000
commit9c829dd8290bdf97c55487a8869018b4c7103849 (patch)
treebea604a19fd4e2178e6b3a6a4926020cb41eed15 /Makefile.in
parent08d98f6cb2255db6c92f184ecb6efcca079f706a (diff)
downloadtmwa-9c829dd8290bdf97c55487a8869018b4c7103849.tar.gz
tmwa-9c829dd8290bdf97c55487a8869018b4c7103849.tar.bz2
tmwa-9c829dd8290bdf97c55487a8869018b4c7103849.tar.xz
tmwa-9c829dd8290bdf97c55487a8869018b4c7103849.zip
version.mk: Always generate version.hpp
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index df8a2df..587382e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -683,7 +683,8 @@ conf-raw/bool-%.h: FORCE
conf-raw/str-%.h: FORCE
$(MKDIR_FIRST)
@echo '#define $* "$(value $*)"_s' | maybe-replace $@
-FORCE: ;
+
+FORCE:: ;
.PHONY: FORCE
override CPPFLAGS += -I . -I ${SRC_DIR}/include