From 20b3c1aae5908ae77ed6b6b104997bb2009c417a Mon Sep 17 00:00:00 2001
From: Jim Kingdon <jkingdon@engr.sgi.com>
Date: Wed, 18 May 1994 00:59:15 +0000
Subject: 	* breakpoint.c (breakpoint_1): Fix typo.

	* annotate.c (annotate_field_end): Fix typo.

	* Makefile.in: Move annotate.o from COMMON_OBS to OBS.

	* Makefile.in (TSSTART): Remove; no longer used.
---
 gdb/Makefile.in | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'gdb/Makefile.in')

diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2277c05..7362b70 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -445,9 +445,9 @@ COMMON_OBS = version.o blockframe.o breakpoint.o findvar.o stack.o thread.o \
 	dwarfread.o mipsread.o stabsread.o core.o c-lang.o ch-lang.o m2-lang.o \
 	complaints.o typeprint.o c-typeprint.o ch-typeprint.o m2-typeprint.o \
 	c-valprint.o cp-valprint.o ch-valprint.o m2-valprint.o nlmread.o \
-	serial.o mdebugread.o os9kread.o annotate.o
+	serial.o mdebugread.o os9kread.o
 
-OBS = $(COMMON_OBS) main.o utils.o
+OBS = $(COMMON_OBS) main.o utils.o annotate.o
 
 LIBGDB_OBS = $(COMMON_OBS) libmain.o libutils.o
 
@@ -455,8 +455,6 @@ TSOBS = inflow.o
 
 NTSOBS = standalone.o
 
-TSSTART = /lib/crt0.o
-
 NTSSTART = kdb-start.o
 
 SUBDIRS = doc testsuite
-- 
cgit v1.1