2004/01/20 08:14:29
authorxwt <xwt@xwt.org>
Fri, 30 Jan 2004 08:04:51 +0000 (08:04 +0000)
committerxwt <xwt@xwt.org>
Fri, 30 Jan 2004 08:04:51 +0000 (08:04 +0000)
darcs-hash:20040130080451-3ac31-f6d612c67e1ce0c7728d88efa5e01add54d976cc.gz

Makefile

index 9be998c..92d7a4e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -254,9 +254,9 @@ current_build         := $(shell cat next.build)
 this_branch           := $(shell tail -c +2 CVS/Tag 2>/dev/null || echo HEAD)
 this_branch_flag      := $(shell test $(this_branch) = HEAD && echo || echo -r $(this_branch))
 
 this_branch           := $(shell tail -c +2 CVS/Tag 2>/dev/null || echo HEAD)
 this_branch_flag      := $(shell test $(this_branch) = HEAD && echo || echo -r $(this_branch))
 
-strip_$(target) := upstream/install/$(target)/bin/strip build/$(platform)/$(target_bin) -o 
+strip_$(platform) := upstream/install/$(target)/bin/strip build/$(platform)/$(target_bin) -o 
 strip_JVM       := cp build/$(platform)/$(target_bin)
 strip_JVM       := cp build/$(platform)/$(target_bin)
-install-dist:;     $(strip_$(target)) /var/www/master.dist.xwt.org/xwt-$(current_build).$(target_bin_extension).unsigned
+install-dist:;     $(strip_$(platform)) /var/www/master.dist.xwt.org/xwt-$(current_build).$(target_bin_extension).unsigned
 dist: compile
 ifneq ($(shell uname -n),megacz.com)
        echo "***********************************************************"
 dist: compile
 ifneq ($(shell uname -n),megacz.com)
        echo "***********************************************************"