diff options
author | Andreas Schwab <schwab@suse.de> | 2007-01-31 22:22:50 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2007-01-31 22:22:50 +0000 |
commit | f6671c9376c836de05883c3520d25e8f35a0fa1f (patch) | |
tree | 8429a53147970770da91c9f182c99701abf42ed1 /Makefile.in | |
parent | 748b9d7c080665bb78100fbfde0a89c87fbd1ae0 (diff) | |
download | gcc-f6671c9376c836de05883c3520d25e8f35a0fa1f.tar.gz |
Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate.
From-SVN: r121441
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index ebb66c1f58b..56df041bdd8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -300,7 +300,7 @@ GNATBIND = @GNATBIND@ GNATMAKE = @GNATMAKE@ CFLAGS = @CFLAGS@ -LDFLAGS = +LDFLAGS = @LDFLAGS@ LIBCFLAGS = $(CFLAGS) CXXFLAGS = @CXXFLAGS@ LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates |