* Makefile.in (regex.o): Add dependency.
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 21 Jul 1993 22:48:39 +0000 (22:48 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 21 Jul 1993 22:48:39 +0000 (22:48 +0000)
gdb/ChangeLog
gdb/Makefile.in

index e4a40737b7be27177039afa0dc6ee9677e5d2e4e..a47faace29961044237cbd48d37c49b14a2fc321 100644 (file)
@@ -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.
index c2c1eccc456d9fddfcb8c73590b9d9f47ce1ccb0..6af47c02a9af22ea7272cfc0319f58f20d735738 100644 (file)
@@ -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
 
This page took 0.028167 seconds and 4 git commands to generate.