summaryrefslogtreecommitdiff
path: root/toolchain/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-23 10:21:10 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-23 10:21:10 +0000
commit717f8e0a599e10a5e6e8806deb450d67f2c57219 (patch)
tree22137154b119e49fe07848093a82e11db75ea2a7 /toolchain/Makefile.in
parent40a2bdae7cb6143614691f607ddb9b594cedf83d (diff)
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.
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r--toolchain/Makefile.in5
1 files 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