From 75eb99b716f6200f5fc73477c9d1256302f69dac Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sat, 29 Apr 2006 19:54:54 +0000 Subject: [PATCH] SDL built won't get copied anymore because it gets built by default even if SMP doesn't work. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index af74b66b..a1faafb4 100644 --- a/Makefile +++ b/Makefile @@ -1678,9 +1678,10 @@ ifneq ($(BUILD_CLIENT),0) $(INSTALL) -s -m 0755 $(BR)/ioquake3.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3.$(ARCH)$(BINEXT) endif -ifneq ($(BUILD_CLIENT_SMP),0) - $(INSTALL) -s -m 0755 $(BR)/ioquake3-smp.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3-smp.$(ARCH)$(BINEXT) -endif +# Don't copy the SMP until it's working together with SDL. +#ifneq ($(BUILD_CLIENT_SMP),0) +# $(INSTALL) -s -m 0755 $(BR)/ioquake3-smp.$(ARCH)$(BINEXT) $(COPYDIR)/ioquake3-smp.$(ARCH)$(BINEXT) +#endif ifneq ($(BUILD_SERVER),0) @if [ -f $(BR)/ioq3ded.$(ARCH)$(BINEXT) ]; then \