summaryrefslogtreecommitdiffstats
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2000-01-06 03:07:20 +0000
committerJason Molenda <jmolenda@apple.com>2000-01-06 03:07:20 +0000
commitc3f6f71df382eaaaac4440a91e6f310d03fb8da6 (patch)
treef4c8a0660080321182558bd52319654a94e01ea5 /gdb/Makefile.in
parent1b45fe546b666d1bd83d474b66525f1a69dbd92f (diff)
downloadppe42-binutils-c3f6f71df382eaaaac4440a91e6f310d03fb8da6.tar.gz
ppe42-binutils-c3f6f71df382eaaaac4440a91e6f310d03fb8da6.zip
import gdb-2000-01-05 snapshot
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 98683bb28d..51d92f2d88 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -229,7 +229,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
ADD_DEPS = $(REGEX1) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
-VERSION = 19991221
+VERSION = 20000105
DIST=gdb
LINT=/usr/5bin/lint
@@ -1415,6 +1415,14 @@ procfs.o: procfs.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
target.h gdb_string.h
$(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
+proc_api.o: proc_api.c $(defs_h) $(gdbcmd_h)
+
+proc_events.o: proc_events.c $(defs_h)
+
+proc_flags.o: proc_flags.c $(defs_h)
+
+proc_why.o: proc_why.c $(defs_h)
+
sol-thread.o: sol-thread.c $(defs_h) gdbthread.h target.h $(inferior_h) \
$(gdbcmd_h)
OpenPOWER on IntegriCloud