From f61ea911b5faf4aeecb6d045318db571015b85ea Mon Sep 17 00:00:00 2001 From: James Ide Date: Tue, 8 Sep 2015 06:44:23 -0700 Subject: [PATCH] [Profiler] Fix makefile target Summary: Simple rename. Closes https://github.com/facebook/react-native/pull/2595 Github Author: James Ide --- JSCLegacyProfiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSCLegacyProfiler/Makefile b/JSCLegacyProfiler/Makefile index 306c6632c..4b36fbfac 100644 --- a/JSCLegacyProfiler/Makefile +++ b/JSCLegacyProfiler/Makefile @@ -26,13 +26,13 @@ else cp $^ endif -/tmp/JSCProfiler: +/tmp/RCTJSCProfiler: mkdir -p $@ .PRECIOUS: RCTJSCProfiler.ios8.dylib RCTJSCProfiler.ios8.dylib: RCTJSCProfiler_unsigned.ios8.dylib cp $< $@ - codesign -f -s ${CERT} $@ || rm $@ + codesign -f -s "${CERT}" $@ || rm $@ .PRECIOUS: RCTJSCProfiler_unsigned.ios8.dylib RCTJSCProfiler_unsigned.ios8.dylib: $(patsubst %,RCTJSCProfiler_%.ios8.dylib,$(ARCHS))