From 4b4df5ccfa10acbcd984f7b9bfb65cb9f3ef3fec Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 21 Jul 2007 23:12:11 +0000 Subject: * Correctly name SMP binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99018540..2f3f339c 100644 --- a/Makefile +++ b/Makefile @@ -706,7 +706,7 @@ endif ifneq ($(BUILD_CLIENT),0) TARGETS += $(B)/tremulous.$(ARCH)$(BINEXT) ifneq ($(BUILD_CLIENT_SMP),0) - TARGETS += $(B)/tremulous.$(ARCH)$(BINEXT) + TARGETS += $(B)/tremulous-smp.$(ARCH)$(BINEXT) endif endif -- cgit