[Profiler] Fix makefile target

Summary:
Simple rename.

Closes https://github.com/facebook/react-native/pull/2595
Github Author: James Ide <ide@jameside.com>
This commit is contained in:
James Ide 2015-09-08 06:44:23 -07:00
parent 817bf1f50f
commit f61ea911b5
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ else
cp $^ cp $^
endif endif
/tmp/JSCProfiler: /tmp/RCTJSCProfiler:
mkdir -p $@ mkdir -p $@
.PRECIOUS: RCTJSCProfiler.ios8.dylib .PRECIOUS: RCTJSCProfiler.ios8.dylib
RCTJSCProfiler.ios8.dylib: RCTJSCProfiler_unsigned.ios8.dylib RCTJSCProfiler.ios8.dylib: RCTJSCProfiler_unsigned.ios8.dylib
cp $< $@ cp $< $@
codesign -f -s ${CERT} $@ || rm $@ codesign -f -s "${CERT}" $@ || rm $@
.PRECIOUS: RCTJSCProfiler_unsigned.ios8.dylib .PRECIOUS: RCTJSCProfiler_unsigned.ios8.dylib
RCTJSCProfiler_unsigned.ios8.dylib: $(patsubst %,RCTJSCProfiler_%.ios8.dylib,$(ARCHS)) RCTJSCProfiler_unsigned.ios8.dylib: $(patsubst %,RCTJSCProfiler_%.ios8.dylib,$(ARCHS))