vdr: fix dependency for libintl
[openembedded.git] / recipes / u-boot / u-boot-1.2.0 / tools-Makefile.patch
bloba44bc917d64ad83f23add23f92035fab48bead1f
1 --- u-boot-1.1.2.orig/tools/Makefile 2004-09-28 14:39:46.000000000 -0700
2 +++ u-boot-1.1.2/tools/Makefile 2006-11-08 11:07:18.000000000 -0800
3 @@ -56,7 +56,7 @@
4 HOSTOS := $(shell uname -s | tr A-Z a-z | \
5 sed -e 's/\(cygwin\).*/cygwin/')
7 -TOOLSUBDIRS =
8 +TOOLSUBDIRS = env
11 # Mac OS X / Darwin's C preprocessor is Apple specific. It
12 @@ -176,6 +176,7 @@
13 else
14 @for dir in $(TOOLSUBDIRS) ; do \
15 $(MAKE) \
16 + CROSS_COMPILE=$(CROSS_COMPILE) \
17 HOSTOS=$(HOSTOS) \
18 HOSTARCH=$(HOSTARCH) \
19 HOST_CFLAGS="$(HOST_CFLAGS)" \