From 8467b446748c4c127b93dec13682b8713319a9c0 Mon Sep 17 00:00:00 2001
From: Jim Kingdon <jkingdon@engr.sgi.com>
Date: Tue, 7 Sep 1993 21:39:47 +0000
Subject: [PATCH] 	* gdbserver/Makefile.in (TAGS): config files are in 
 $(srcdir)/../config, not $(srcdir)/config.

---
 gdb/ChangeLog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 075ee0f31a7..b84be6925ef 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
 Tue Sep  7 13:06:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+	* gdbserver/Makefile.in (TAGS): config files are in
+	$(srcdir)/../config, not $(srcdir)/config.
+
 	* config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.
 	(STORE_RETURN_VAULE): Pass the correct offset of the return
 	register to write_register_bytes.