Commit f7dae026 by Nathanael Nerode

Makefile.tpl: Remove bogus conditional.

	* Makefile.tpl: Remove bogus conditional.
	* Makefile.in: Regenerate.

From-SVN: r67693
parent 0940ed88
Thu Jun 5 18:32:20 CEST 2003 Jan Hubicka <jh@suse.cz> 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Remove bogus conditional.
* Makefile.in: Regenerate.
2003-06-05 Jan Hubicka <jh@suse.cz>
* Makefile.tpl (profiledbootstrap): New target. * Makefile.tpl (profiledbootstrap): New target.
* Makefile.in (profiledbootstrap): New target. * Makefile.in (profiledbootstrap): New target.
......
...@@ -934,18 +934,16 @@ configure-[+module+]: ...@@ -934,18 +934,16 @@ configure-[+module+]:
CFLAGS="$(CFLAGS)"; export CFLAGS; \ CFLAGS="$(CFLAGS)"; export CFLAGS; \
CXX="$(CXX)"; export CXX; \ CXX="$(CXX)"; export CXX; \
CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \ CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
if [ z$(build_canonical) != z$(host_canoncial) ] ; then \ AR="$(AR)"; export AR; \
AR="$(AR)"; export AR; \ AS="$(AS)"; export AS; \
AS="$(AS)"; export AS; \ CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \ LD="$(LD)"; export LD; \
LD="$(LD)"; export LD; \ NM="$(NM)"; export NM; \
NM="$(NM)"; export NM; \ RANLIB="$(RANLIB)"; export RANLIB; \
RANLIB="$(RANLIB)"; export RANLIB; \ WINDRES="$(WINDRES)"; export WINDRES; \
WINDRES="$(WINDRES)"; export WINDRES; \ OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
fi; \
echo Configuring in [+module+]; \ echo Configuring in [+module+]; \
cd [+module+] || exit 1; \ cd [+module+] || exit 1; \
case $(srcdir) in \ case $(srcdir) in \
...@@ -1165,18 +1163,16 @@ configure-gcc: ...@@ -1165,18 +1163,16 @@ configure-gcc:
CXX="$(CXX)"; export CXX; \ CXX="$(CXX)"; export CXX; \
CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \ CXXFLAGS="$(CXXFLAGS)"; export CXXFLAGS; \
TOPLEVEL_CONFIGURE_ARGUMENTS="$(TOPLEVEL_CONFIGURE_ARGUMENTS)"; export TOPLEVEL_CONFIGURE_ARGUMENTS; \ TOPLEVEL_CONFIGURE_ARGUMENTS="$(TOPLEVEL_CONFIGURE_ARGUMENTS)"; export TOPLEVEL_CONFIGURE_ARGUMENTS; \
if [ z$(build_canonical) != z$(host_canoncial) ] ; then \ AR="$(AR)"; export AR; \
AR="$(AR)"; export AR; \ AS="$(AS)"; export AS; \
AS="$(AS)"; export AS; \ CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \ LD="$(LD)"; export LD; \
LD="$(LD)"; export LD; \ NM="$(NM)"; export NM; \
NM="$(NM)"; export NM; \ RANLIB="$(RANLIB)"; export RANLIB; \
RANLIB="$(RANLIB)"; export RANLIB; \ WINDRES="$(WINDRES)"; export WINDRES; \
WINDRES="$(WINDRES)"; export WINDRES; \ OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \
OBJCOPY="$(OBJCOPY)"; export OBJCOPY; \ OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
OBJDUMP="$(OBJDUMP)"; export OBJDUMP; \
fi; \
echo Configuring in gcc; \ echo Configuring in gcc; \
cd gcc || exit 1; \ cd gcc || exit 1; \
case $(srcdir) in \ case $(srcdir) in \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment