diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2007-01-31 22:23:37 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2007-01-31 22:23:37 +0000 |
commit | b2edfdd264f3eeea7d95210f4f59cf402899456a (patch) | |
tree | e616d18ef0ae408987eb5f17c0dd2314af1a8100 /Makefile.in | |
parent | 6dd7f013b41d1577eba29df0f52f34a513fdeb4c (diff) | |
download | gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.zip gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.tar.gz gdb-b2edfdd264f3eeea7d95210f4f59cf402899456a.tar.bz2 |
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate.
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 7da2c37..060575b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -297,7 +297,7 @@ STRIP = @STRIP@ WINDRES = @WINDRES@ CFLAGS = @CFLAGS@ -LDFLAGS = +LDFLAGS = @LDFLAGS@ LIBCFLAGS = $(CFLAGS) CXXFLAGS = @CXXFLAGS@ LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates |