summaryrefslogtreecommitdiff
path: root/packages/uboot/files
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2007-10-16 15:32:17 +0000
committerMichael Lauer <mickey@vanille-media.de>2007-10-16 15:32:17 +0000
commitb3ba903379bf59e915d425b1fb4a238b735e0b67 (patch)
tree59d15780789fba988b75042daf02ed6eb112ef29 /packages/uboot/files
parent8d3bc008d4f4389626d8ad4a13c4d80677f3b474 (diff)
parentcc98c523c185876133323707600c9cc2b004ad2d (diff)
merge of 'e6100a99008ef2edc3a6a765cfa14a1dad489cfb'
and 'fd6c3104412672124350e987af3ff8736304f817'
Diffstat (limited to 'packages/uboot/files')
-rw-r--r--packages/uboot/files/makefile-no-dirafter.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/uboot/files/makefile-no-dirafter.patch b/packages/uboot/files/makefile-no-dirafter.patch
new file mode 100644
index 0000000000..2ed26c3127
--- /dev/null
+++ b/packages/uboot/files/makefile-no-dirafter.patch
@@ -0,0 +1,17 @@
+Index: git/tools/Makefile
+===================================================================
+--- git.orig/tools/Makefile 2007-10-03 16:51:38.000000000 +0100
++++ git/tools/Makefile 2007-10-03 16:52:03.000000000 +0100
+@@ -114,9 +114,9 @@
+ #
+ # Use native tools and options
+ #
+-CPPFLAGS = -idirafter $(SRCTREE)/include \
+- -idirafter $(OBJTREE)/include2 \
+- -idirafter $(OBJTREE)/include \
++CPPFLAGS = -I$(SRCTREE)/include \
++ -I$(OBJTREE)/include2 \
++ -I$(OBJTREE)/include \
+ -DTEXT_BASE=$(TEXT_BASE) -DUSE_HOSTCC
+ CFLAGS = $(HOST_CFLAGS) $(CPPFLAGS) -O
+ AFLAGS = -D__ASSEMBLY__ $(CPPFLAGS)