From 697f7479bbe7c27def5b0f3b5cc06143bb5c88ab Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 20 Aug 2002 21:32:18 +0000 Subject: * Makefile.in (LDFLAGS): Allow the configure script to establish a default for this. * gdbserver/Makefile.in (LDFLAGS): Same. --- gdb/gdbserver/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/gdbserver') diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index ae77ec9..46168d6 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -102,6 +102,7 @@ INTERNAL_CFLAGS = $(WARN_CFLAGS) ${CFLAGS} ${GLOBAL_CFLAGS} \ # LDFLAGS is specifically reserved for setting from the command line # when running make. +LDFLAGS = @LDFLAGS@ # Perhaps should come from parent Makefile VERSION = gdbserver-4.12.3 -- cgit v1.1