diff options
author | Andreas Schwab <schwab@suse.de> | 2007-01-31 22:23:37 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2007-01-31 22:23:37 +0000 |
commit | d5f4d06d59a8a2c9210bb2a0c79e5f6eac79cd9b (patch) | |
tree | 444f4871f4888c6b5e3ac1c7f32a4b8742241cd6 /Makefile.in | |
parent | c1e16e4c3e3ea98cf9d859df42225157eee52f1c (diff) | |
download | gdb-d5f4d06d59a8a2c9210bb2a0c79e5f6eac79cd9b.tar.gz |
* 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 7da2c37db85..060575b2c64 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 |