From 717f8e0a599e10a5e6e8806deb450d67f2c57219 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 23 Dec 2008 10:21:10 +0000 Subject: toolchain: disable export-toolchain stuff as it breaks make dependencies For some reason Ulf's export-toolchain stuff breaks the build as the dependencies target isn't executed and SED isn't set. --- toolchain/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 16f33f6bc..8469baccf 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -46,6 +46,5 @@ CFLAGS_COMBINE = $(call cc-option,-combine,) # gcc has a bunch of needed stuff.... include toolchain/gcc/Makefile.in - -include toolchain/export-toolchain/Makefile.in - +# breaks the build +#include toolchain/export-toolchain/Makefile.in -- cgit v1.2.3