summaryrefslogtreecommitdiff
path: root/packages/uboot-utils/files/tools-Makefile.patch
diff options
context:
space:
mode:
authorOyvind Repvik <nail@nslu2-linux.org>2007-04-10 17:43:07 +0000
committerOyvind Repvik <nail@nslu2-linux.org>2007-04-10 17:43:07 +0000
commit47f4090dc92198099ede07f4afd65d34bfb4ef29 (patch)
treeaa25a6c4f9327d9a876e32604e428551c51e9206 /packages/uboot-utils/files/tools-Makefile.patch
parentdb6adbc25654083dec7a65d86d72c77eae577696 (diff)
uboot-utils: Try removing the files one more time
Diffstat (limited to 'packages/uboot-utils/files/tools-Makefile.patch')
-rw-r--r--packages/uboot-utils/files/tools-Makefile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/uboot-utils/files/tools-Makefile.patch b/packages/uboot-utils/files/tools-Makefile.patch
deleted file mode 100644
index a44bc917d6..0000000000
--- a/packages/uboot-utils/files/tools-Makefile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- u-boot-1.1.2.orig/tools/Makefile 2004-09-28 14:39:46.000000000 -0700
-+++ u-boot-1.1.2/tools/Makefile 2006-11-08 11:07:18.000000000 -0800
-@@ -56,7 +56,7 @@
- HOSTOS := $(shell uname -s | tr A-Z a-z | \
- sed -e 's/\(cygwin\).*/cygwin/')
-
--TOOLSUBDIRS =
-+TOOLSUBDIRS = env
-
- #
- # Mac OS X / Darwin's C preprocessor is Apple specific. It
-@@ -176,6 +176,7 @@
- else
- @for dir in $(TOOLSUBDIRS) ; do \
- $(MAKE) \
-+ CROSS_COMPILE=$(CROSS_COMPILE) \
- HOSTOS=$(HOSTOS) \
- HOSTARCH=$(HOSTARCH) \
- HOST_CFLAGS="$(HOST_CFLAGS)" \