ia64/xen-unstable
changeset 3554:507df0ffa68f
bitkeeper revision 1.1159.223.46 (41f8f0d9VFDhRZsmMXXU3I_OEu8ADQ)
silly mistake...
silly mistake...
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Thu Jan 27 13:47:05 2005 +0000 (2005-01-27) |
parents | c0a40bca3258 |
children | 8059196efb90 77732aef762e 0a8bc30a7c4b |
files | Makefile |
line diff
1.1 --- a/Makefile Thu Jan 27 13:44:41 2005 +0000 1.2 +++ b/Makefile Thu Jan 27 13:47:05 2005 +0000 1.3 @@ -23,7 +23,7 @@ export DESTDIR 1.4 1.5 # Export target architecture overrides to Xen and Linux sub-trees. 1.6 ifneq ($(TARGET_ARCH),) 1.7 -SUBARCH := $(subst x86_32,i386,$(ARCH)) 1.8 +SUBARCH := $(subst x86_32,i386,$(TARGET_ARCH)) 1.9 export TARGET_ARCH SUBARCH 1.10 endif 1.11