diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-28 09:31:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-28 09:31:48 +0000 |
commit | 87f6ff889a960fc0b9712a723035c23536ef8116 (patch) | |
tree | 0d62848e1190f000287f6f6daf15b5050d33a14d /Makefile.in | |
parent | 8e9a8300d6d64c7426278ef7bf5b72c9d5a1ad6c (diff) | |
download | gcc-87f6ff889a960fc0b9712a723035c23536ef8116.tar.gz |
* Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
here as it is not defined in the toplevel Makefile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17528 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 253630d7e56..f09be472941 100644 --- a/Makefile.in +++ b/Makefile.in @@ -329,7 +329,6 @@ BASE_FLAGS_TO_PASS = \ "CXXFLAGS_FOR_TARGET=$(CXXFLAGS_FOR_TARGET)" \ "CXX_FOR_TARGET=$(CXX_FOR_TARGET)" \ "DLLTOOL_FOR_TARGET=$(DLLTOOL_FOR_TARGET)" \ - "gxx_include_dir=$(gxx_include_dir)" \ "INSTALL=$(INSTALL)" \ "INSTALL_DATA=$(INSTALL_DATA)" \ "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \ @@ -341,7 +340,6 @@ BASE_FLAGS_TO_PASS = \ "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \ "LIBCXXFLAGS=$(LIBCXXFLAGS)" \ "LIBCXXFLAGS_FOR_TARGET=$(LIBCXXFLAGS_FOR_TARGET)" \ - "local_prefix=$(local_prefix)" \ "M4=$(M4)" \ "MAKE=$(MAKE)" \ "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \ @@ -357,7 +355,8 @@ BASE_FLAGS_TO_PASS = \ "YACC=$(YACC)" \ "exec_prefix=$(exec_prefix)" \ "prefix=$(prefix)" \ - "tooldir=$(tooldir)" + "tooldir=$(tooldir)" \ + "gxx_include_dir=$(gxx_include_dir)" # Flags to pass down to most sub-makes, in which we're building with # the host environment. |