aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-27 13:47:05 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-27 13:47:05 +0000
commit475057590a57c971b641a9888124a39c397fb2c8 (patch)
tree2e1e223aabe319e7d6c83a24c910052ee73b7018
parent04ce93fe81e83a89a74770bff096e12f4b1b411a (diff)
downloadxen-475057590a57c971b641a9888124a39c397fb2c8.tar.gz
xen-475057590a57c971b641a9888124a39c397fb2c8.tar.bz2
xen-475057590a57c971b641a9888124a39c397fb2c8.zip
bitkeeper revision 1.1159.223.46 (41f8f0d9VFDhRZsmMXXU3I_OEu8ADQ)
silly mistake...
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73098aa3dd..1c8ee8dc8a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ export DESTDIR
# Export target architecture overrides to Xen and Linux sub-trees.
ifneq ($(TARGET_ARCH),)
-SUBARCH := $(subst x86_32,i386,$(ARCH))
+SUBARCH := $(subst x86_32,i386,$(TARGET_ARCH))
export TARGET_ARCH SUBARCH
endif