diff options
author | Tim Angus <tim@ngus.net> | 2007-07-21 23:12:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2007-07-21 23:12:11 +0000 |
commit | 4b4df5ccfa10acbcd984f7b9bfb65cb9f3ef3fec (patch) | |
tree | 463def769bab7f9b484a2da5f62e471f16749dd3 /Makefile | |
parent | b76aff1bfc6122977d7057febdc6eddd7e1544ab (diff) |
* Correctly name SMP binary
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |