From 51b4195fb5077e9e1c13d47e1da55694ce42e5b4 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 21 Jul 1993 22:48:39 +0000 Subject: [PATCH] * Makefile.in (regex.o): Add dependency. --- gdb/ChangeLog | 2 ++ gdb/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4a40737b7..a47faace29 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 c2c1eccc45..6af47c02a9 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 -- 2.34.1