aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2007-01-31 22:23:37 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2007-01-31 22:23:37 +0000
commitb2edfdd264f3eeea7d95210f4f59cf402899456a (patch)
treee616d18ef0ae408987eb5f17c0dd2314af1a8100 /Makefile.tpl
parent6dd7f013b41d1577eba29df0f52f34a513fdeb4c (diff)
downloadgdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.zip
gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.tar.gz
gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.tar.bz2
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 475b0d3..55b7dd0 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -300,7 +300,7 @@ STRIP = @STRIP@
WINDRES = @WINDRES@
CFLAGS = @CFLAGS@
-LDFLAGS =
+LDFLAGS = @LDFLAGS@
LIBCFLAGS = $(CFLAGS)
CXXFLAGS = @CXXFLAGS@
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates