diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-21 22:48:39 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-07-21 22:48:39 +0000 |
commit | 51b4195fb5077e9e1c13d47e1da55694ce42e5b4 (patch) | |
tree | 4290d89660ad5b631363eb39e52b49336954ccfa /gdb/Makefile.in | |
parent | 72943ad06ac8b3c42ee74ec561f49c53adf74723 (diff) | |
download | gdb-51b4195fb5077e9e1c13d47e1da55694ce42e5b4.zip gdb-51b4195fb5077e9e1c13d47e1da55694ce42e5b4.tar.gz gdb-51b4195fb5077e9e1c13d47e1da55694ce42e5b4.tar.bz2 |
* Makefile.in (regex.o): Add dependency.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |