mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Don't include config-host.mak from inside config.mak
Include it directly in Makefile.target Patchworks-ID: 35189 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
be9f2ded53
commit
deed3ccfca
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
# -*- Mode: makefile -*-
|
||||
|
||||
include ../config-host.mak
|
||||
include config.mak
|
||||
include $(SRC_PATH)/rules.mak
|
||||
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue