From: Juan Quintela Date: Wed, 7 Oct 2009 00:40:57 +0000 (+0200) Subject: Don't include config-host.mak from inside config.mak X-Git-Tag: v0.12.0-rc0~776 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=deed3ccfca6bbebeab4f1c6874cb9c2902956328;p=thirdparty%2Fqemu.git 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 --- diff --git a/Makefile.target b/Makefile.target index 1f4518c2609..9793b03414d 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 ad04880c0b5..ed5d7d6da05 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"