qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT deed3cc] Don't include config-host.mak from insid


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT deed3cc] Don't include config-host.mak from inside config.mak
Date: Fri, 09 Oct 2009 02:21:53 -0000

From: Juan Quintela <address@hidden>

Include it directly in Makefile.target

Patchworks-ID: 35189
Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>

diff --git a/Makefile.target b/Makefile.target
index 1f4518c..9793b03 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 ad04880..ed5d7d6 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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]