Commit 31a00187 by Richard Kenner

(DEMANGLER_PROG): Add LIBS.

From-SVN: r9997
parent cec6e378
...@@ -79,8 +79,8 @@ cxxmain.o: cplus-dem.c demangle.h ...@@ -79,8 +79,8 @@ cxxmain.o: cplus-dem.c demangle.h
-DVERSION=\"$(version)\" cxxmain.c -DVERSION=\"$(version)\" cxxmain.c
rm -f cxxmain.c rm -f cxxmain.c
$(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o $(DEMANGLER_PROG): cxxmain.o underscore.o getopt.o getopt1.o $(LIBDEPS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \ $(CC) $(ALL_CFLAGS) $(LDFLAGS) $(LIBS) -o $@ \
cxxmain.o underscore.o getopt.o getopt1.o cxxmain.o underscore.o getopt.o getopt1.o
CXX_SRCS = $(srcdir)/cp/call.c $(srcdir)/cp/decl2.c \ CXX_SRCS = $(srcdir)/cp/call.c $(srcdir)/cp/decl2.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment