From 5bc663c75918a223ae43e685ed69e9f09d108d99 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 19 May 2009 01:27:36 +0100 Subject: ioemu: Export PREFIX variable to ioemu build environment. Signed-off-by: Christoph Egger --- stubdom/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stubdom') diff --git a/stubdom/Makefile b/stubdom/Makefile index fabb6908de..563c01aa56 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -235,6 +235,8 @@ libxc-$(XEN_TARGET_ARCH)/libxenctrl.a libxc-$(XEN_TARGET_ARCH)/libxenguest.a:: c ioemu: cross-zlib cross-libpci libxc [ -f ioemu/config-host.mak ] || \ ( $(absolutify_xen_root); \ + PREFIX=$(PREFIX); \ + export PREFIX; \ cd ioemu ; \ LWIPDIR=$(CURDIR)/lwip-$(XEN_TARGET_ARCH) \ TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \ -- cgit v1.2.3