summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-23 22:46:28 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2018-05-23 22:46:28 +0200
commit8ff8836f0011d08c0814b68a6e3dad381e4f591f (patch)
treec5cc83bd3d1c91232e578e6d272776d62fe0b96b /mk/preprocessor.mk
parent74ec028d95331b2a66723bf891fa28e6b47239a7 (diff)
Forces preprocessor, locate char on portrait click
This might actually make the Timeline more user friendly.
Diffstat (limited to 'mk/preprocessor.mk')
-rw-r--r--mk/preprocessor.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/mk/preprocessor.mk b/mk/preprocessor.mk
index a279d12..285c9fa 100644
--- a/mk/preprocessor.mk
+++ b/mk/preprocessor.mk
@@ -24,5 +24,8 @@ PREPROCESSOR_RESULT = $(PREPROCESSED_FILES)
################################################################################
## INTERNAL RULES ##############################################################
################################################################################
-$(PREPROCESSED_FILES): %: $(CONFIG_FILE) %.m4
- m4 -P $^ > $@
+$(PREPROCESSED_FILES): %: %.m4 .PHONY
+ m4 -P $(CONFIG_FILE) $< > $@
+
+.PHONY:
+