* Makefile.tpl (LDFLAGS): Substitute it.

* Makefile.in: Regenerate.
This commit is contained in:
Andreas Schwab 2007-01-31 22:23:37 +00:00
parent 0733ae3bca
commit 07846b16c6
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-31 Andreas Schwab <schwab@suse.de>
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate.
2007-01-11 Paolo Bonzini <bonzini@gnu.org>
* configure.in: Change == to = in test command.

View File

@ -297,7 +297,7 @@ STRIP = @STRIP@
WINDRES = @WINDRES@
CFLAGS = @CFLAGS@
LDFLAGS =
LDFLAGS = @LDFLAGS@
LIBCFLAGS = $(CFLAGS)
CXXFLAGS = @CXXFLAGS@
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates

View File

@ -300,7 +300,7 @@ STRIP = @STRIP@
WINDRES = @WINDRES@
CFLAGS = @CFLAGS@
LDFLAGS =
LDFLAGS = @LDFLAGS@
LIBCFLAGS = $(CFLAGS)
CXXFLAGS = @CXXFLAGS@
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates