diff options
author | Juan Quintela <quintela@redhat.com> | 2009-10-07 02:40:57 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:02 -0500 |
commit | deed3ccfca6bbebeab4f1c6874cb9c2902956328 (patch) | |
tree | a059e4ee2c23dc90616819daa7e502065afd1fce /configure | |
parent | be9f2ded53e2e8f8471e48c523f0ed749f5c66c6 (diff) |
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>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |