summaryrefslogtreecommitdiff
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
commit967c2a37b833209d999690253579a677d9ecd8d2 (patch)
tree77dcc541e91656eb089c6945fe368cea3a36172b /Makefile.tpl
parent7b425ea5c5cd851409aeb640ea7b7281f6b3abbe (diff)
downloadbinutils-redhat-967c2a37b833209d999690253579a677d9ecd8d2.tar.gz
* 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 475b0d358e..55b7dd0908 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