From bd2110a789b1e8d39260a2e159334cfea3bb371c Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Wed, 25 Jan 2017 03:38:01 -0800 Subject: [PATCH] update timestamp of mirrored fcp files when copying them over so that make knows they are up to date Summary: Kept seeing those being installed despite not changing. Reviewed By: jberdine Differential Revision: D4455398 fbshipit-source-id: f125bcd --- infer/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/Makefile b/infer/src/Makefile index 1f6d89745..43e9667b3 100644 --- a/infer/src/Makefile +++ b/infer/src/Makefile @@ -347,7 +347,7 @@ $(foreach atd_type,b j t v,\ define mirror_fcp_file $(CLANG_SOURCES)/$(notdir $(1)): $(1) - $(INSTALL_DATA) -C $$< $$@ + $(INSTALL_DATA) $$< $$@ endef $(foreach file, $(FCP_FILES_TO_MIRROR), $(eval $(call mirror_fcp_file,$(file))))