aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-03-05 18:07:15 +0000
committerDaniel Jacobowitz <drow@false.org>2003-03-05 18:07:15 +0000
commited363b1b5e3188a6e71b46e51581fb1d7e8312de (patch)
tree9aed129e4bdda75d0855712e0c5fa21f7abc13b5 /gdb/Makefile.in
parentfe1f4a5eb6af1bb69854a55ab42feb74670ae3ce (diff)
downloadgdb-ed363b1b5e3188a6e71b46e51581fb1d7e8312de.zip
gdb-ed363b1b5e3188a6e71b46e51581fb1d7e8312de.tar.gz
gdb-ed363b1b5e3188a6e71b46e51581fb1d7e8312de.tar.bz2
* Makefile.in (FLAGS_TO_PASS): Add LDFLAGS.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index c60d9fa..a5d986e 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -435,6 +435,7 @@ FLAGS_TO_PASS = \
"CXX=$(CXX)" \
"CXXFLAGS=$(CXXFLAGS)" \
"DLLTOOL=$(DLLTOOL)" \
+ "LDFLAGS=$(LDFLAGS)" \
"RANLIB=$(RANLIB)" \
"MAKEINFO=$(MAKEINFO)" \
"MAKEHTML=$(MAKEHTML)" \