summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2018-01-08 10:56:53 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2018-01-08 11:11:50 +0100
commit2b0cc2ddb424554baf276d03bf5af0cbb91d5160 (patch)
treea44c7fd81f4ffad810a4cf7f3b56286b810a6061 /Makefile.in
parentRefactor code for installing binaries (diff)
Make all install target rules as .PHONY
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index ce67e2f8..afc4d4ff 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -175,6 +175,8 @@ $(call TO_DEST,priv/bin/captcha.sh): tools/captcha.sh $(call TO_DEST,priv/bin)
copy-files-sub2: $(call TO_DEST,$(DEPS_FILES) $(MAIN_FILES) priv/bin/captcha.sh priv/sql/lite.sql)
+.PHONY: $(call TO_DEST,$(DEPS_FILES) $(MAIN_DIRS) $(DEPS_DIRS))
+
endif
copy-files: