Skip to content

Commit

Permalink
Don't include config-host.mak from inside config.mak
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Juan Quintela authored and Anthony Liguori committed Oct 9, 2009
1 parent be9f2de commit deed3cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- Mode: makefile -*-

include ../config-host.mak
include config.mak
include $(SRC_PATH)/rules.mak

Expand Down
2 changes: 0 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit deed3cc

Please sign in to comment.