Makefile: removed hard-coded copying of Syphon

Syphon should have already been installed by the
Frameworks/Syphon.framework rule (contained in $(BIN_DEPS)).
This commit is contained in:
Martin Pulec
2020-03-24 10:20:46 +01:00
parent 4f87dc9bf8
commit 2366da2915

View File

@@ -218,10 +218,6 @@ $(TARGET): $(OBJS) $(ULTRAGRID_OBJS) $(GENERATED_HEADERS) $(BIN_DEPS)
ifeq ($(SYSTEM),Windows)
if [ -n "@DLL_LIBS@" ]; then $(INSTALL) -m 644 @DLL_LIBS@ bin; fi
endif
ifeq ($(SYSTEM),MacOSX)
$(MKDIR_P) Frameworks
cp -R $(srcdir)/data/redists/Syphon.framework Frameworks
endif
$(REFLECTOR_TARGET): $(OBJS) $(GENERATED_HEADERS) $(REFLECTOR_OBJS)
$(MKDIR_P) $(dir $@)