[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] stubdom: fix build dependencies



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 $@
 
 ########

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.