summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2007-07-21 23:12:11 +0000
committerTim Angus <tim@ngus.net>2007-07-21 23:12:11 +0000
commit4b4df5ccfa10acbcd984f7b9bfb65cb9f3ef3fec (patch)
tree463def769bab7f9b484a2da5f62e471f16749dd3 /Makefile
parentb76aff1bfc6122977d7057febdc6eddd7e1544ab (diff)
* Correctly name SMP binary
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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