From d8ba5267c85d594404b54e5df1420984c6186490 Mon Sep 17 00:00:00 2001 From: Sungkeun Cho Date: Thu, 10 Sep 2020 07:27:47 -0700 Subject: [PATCH] [typo] Fix typo in Makefile: clang_plugin_test_replace Reviewed By: ngorogiannis Differential Revision: D23625235 fbshipit-source-id: 40a851bcc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82878c64f..7e2467322 100644 --- a/Makefile +++ b/Makefile @@ -409,7 +409,7 @@ clang_plugin_test: clang_setup SDKPATH=$(XCODE_ISYSROOT) \ ) -.PHONY: clang_plugin_test +.PHONY: clang_plugin_test_replace clang_plugin_test_replace: clang_setup $(QUIET)$(call silent_on_success,Running facebook-clang-plugins/libtooling/ record tests,\ $(MAKE) -C $(FCP_DIR)/libtooling record-test-outputs \