diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-16 19:06:59 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-16 19:06:59 +0000 |
commit | f72d482198f7caaf682e34eef328077839d6d8f8 (patch) | |
tree | 988d9979b0160a8739da494d3b7bc8cf4f2d2e1e /gcc/cp/Make-lang.in | |
parent | 0f0b1609279745e0cfb764c86bfc056cd0203036 (diff) | |
download | gcc-f72d482198f7caaf682e34eef328077839d6d8f8.tar.gz |
(DEMANGLER_PROG): Add LIBS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9997 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r-- | gcc/cp/Make-lang.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index baf6e82b8b6..b78bc006831 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -79,8 +79,8 @@ cxxmain.o: cplus-dem.c demangle.h -DVERSION=\"$(version)\" cxxmain.c rm -f cxxmain.c -$(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ +$(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o $(LIBDEPS) + $(CC) $(ALL_CFLAGS) $(LDFLAGS) $(LIBS) -o $@ \ cxxmain.o underscore.o getopt.o getopt1.o CXX_SRCS = $(srcdir)/cp/call.c $(srcdir)/cp/decl2.c \ |