From 08133da144d95bbbdc83a74fab1f9851e90aa3c6 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 16 Oct 2007 15:17:36 +0000 Subject: uboot/files/makefile-no-dirafter.patch : this patch is more general --- packages/uboot/files/makefile-no-dirafter.patch | 17 +++++++++++++++++ .../makefile-no-dirafter.patch | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 packages/uboot/files/makefile-no-dirafter.patch delete mode 100644 packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch 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) diff --git a/packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch b/packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch deleted file mode 100644 index 2ed26c3127..0000000000 --- a/packages/uboot/u-boot-mkimage-openmoko-native/makefile-no-dirafter.patch +++ /dev/null @@ -1,17 +0,0 @@ -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) -- cgit v1.2.3