From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: [PATCH] stubdom: fix build dependencies Date: Fri, 18 Jul 2008 14:54:23 +0100 Message-ID: <20080718135423.GP4456@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org stubdom: fix build dependencies diff -r e80d27b6e206 stubdom/Makefile --- a/stubdom/Makefile Fri Jul 18 14:34:49 2008 +0100 +++ b/stubdom/Makefile Fri Jul 18 14:55:25 2008 +0100 @@ -232,7 +232,7 @@ ###### .PHONY: caml -caml: cross-newlib +caml: $(CROSS_ROOT) CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C $@ LWIPDIR=$(CURDIR)/lwip ### @@ -240,7 +240,7 @@ ### .PHONY: c -c: cross-newlib +c: $(CROSS_ROOT) CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C $@ LWIPDIR=$(CURDIR)/lwip ###### @@ -258,7 +258,7 @@ done .PHONY: grub -grub: grub-upstream cross-newlib +grub: grub-upstream $(CROSS_ROOT) CPPFLAGS="$(TARGET_CPPFLAGS)" CFLAGS="$(TARGET_CFLAGS)" $(MAKE) -C $@ ########