All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stubdom: fix build dependencies
@ 2008-07-18 13:54 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-07-18 13:54 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-18 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-18 13:54 [PATCH] stubdom: fix build dependencies Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.