aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-07-21 22:48:39 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-07-21 22:48:39 +0000
commit51b4195fb5077e9e1c13d47e1da55694ce42e5b4 (patch)
tree4290d89660ad5b631363eb39e52b49336954ccfa
parent72943ad06ac8b3c42ee74ec561f49c53adf74723 (diff)
downloadgdb-51b4195fb5077e9e1c13d47e1da55694ce42e5b4.zip
gdb-51b4195fb5077e9e1c13d47e1da55694ce42e5b4.tar.gz
gdb-51b4195fb5077e9e1c13d47e1da55694ce42e5b4.tar.bz2
* Makefile.in (regex.o): Add dependency.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/Makefile.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e4a4073..a47faac 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Wed Jul 21 11:37:30 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
+ * Makefile.in (regex.o): Add dependency.
+
* hppa{b,h}-nat.c: Warning, not error, if can't access registers.
* config/pa/hppa{b,h}.h: Define ATTACH_DETACH.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index c2c1ecc..6af47c0 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1170,6 +1170,8 @@ pyr-pinsn.o: pyr-pinsn.c $(OP_INCLUDE)/pyr.h $(defs_h) $(gdbcore_h) \
pyr-tdep.o: pyr-tdep.c $(defs_h)
pyr-xdep.o: pyr-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h)
+regex.o: regex.c regex.h
+
remote-adapt.o: remote-adapt.c $(wait_h) $(defs_h) $(gdbcore_h) \
$(inferior_h) target.h terminal.h