From deed3ccfca6bbebeab4f1c6874cb9c2902956328 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Wed, 7 Oct 2009 02:40:57 +0200 Subject: [PATCH] Don't include config-host.mak from inside config.mak Include it directly in Makefile.target Patchworks-ID: 35189 Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- Makefile.target | 1 + configure | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.target b/Makefile.target index 1f4518c260..9793b03414 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 ad04880c0b..ed5d7d6da0 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"