aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/Clients
diff options
context:
space:
mode:
Diffstat (limited to 'tools/EventClients/Clients')
-rw-r--r--tools/EventClients/Clients/OSXRemote/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/Makefile.in b/tools/EventClients/Clients/OSXRemote/Makefile.in
index fbf423041e..4b66f568db 100644
--- a/tools/EventClients/Clients/OSXRemote/Makefile.in
+++ b/tools/EventClients/Clients/OSXRemote/Makefile.in
@@ -10,13 +10,9 @@ else
endif
all:
-ifeq ($(findstring x86-osx,$(ARCH)), x86-osx)
xcodebuild -sdk macosx10.4 -configuration $(CONFIGURATION)
-endif
clean:
-ifeq ($(findstring x86-osx,$(ARCH)), x86-osx)
xcodebuild clean -configuration $(CONFIGURATION)
-endif
.PHONY: all clean