| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'mk/preprocessor.mk')
| -rw-r--r-- | mk/preprocessor.mk | 7 | 
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: + | 


