aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.target1
-rwxr-xr-xconfigure2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target
index 1f4518c26..9793b0341 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -1,5 +1,6 @@
# -*- Mode: makefile -*-
+include ../config-host.mak
include config.mak
include $(SRC_PATH)/rules.mak
diff --git a/configure b/configure
index ad04880c0..ed5d7d6da 100755
--- a/configure
+++ b/configure
@@ -2147,8 +2147,6 @@ ln -s $source_path/Makefile.target $target_dir/Makefile
echo "# Automatically generated by configure - do not modify" > $config_mak
-echo "include ../config-host.mak" >> $config_mak
-
bflt="no"
elfload32="no"
target_nptl="no"