| Submitter | Juan Quintela |
|---|---|
| Date | Aug. 27, 2009, 7:17 p.m. |
| Message ID | <bd11b22982d60958c51a484643fe97a3c3300026.1251399960.git.quintela@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/32278/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/Makefile.target b/Makefile.target index 0f8137b..ede4008 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 5c1065f..99bf3e5 100755 --- a/configure +++ b/configure @@ -1847,8 +1847,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"
Include it directly in Makefile.target Signed-off-by: Juan Quintela <quintela@redhat.com> --- Makefile.target | 1 + configure | 2 -- 2 files changed, 1 insertions(+), 2 deletions(-)