This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC]: Link in objc-lang.o


OK?

I guess so ...


Andrew


2003-04-24 Adam Fedor <fedor at gnu dot org>

* Makefile.in (COMMON_OBS): Add objc-lang.o

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.366
diff -u -p -r1.366 Makefile.in
--- Makefile.in	25 Apr 2003 03:30:16 -0000	1.366
+++ Makefile.in	25 Apr 2003 03:33:56 -0000
@@ -854,7 +854,7 @@ COMMON_OBS = version.o blockframe.o brea
 	dbxread.o coffread.o coff-pe-read.o elfread.o \
 	dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o \
 	dwarf2expr.o dwarf2loc.o \
-	c-lang.o f-lang.o \
+	c-lang.o f-lang.o objc-lang.o \
 	ui-out.o cli-out.o \
 	varobj.o wrapper.o \
 	jv-lang.o jv-valprint.o jv-typeprint.o \



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]