diff options
author | Jason Molenda <jmolenda@apple.com> | 2000-01-25 02:40:50 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2000-01-25 02:40:50 +0000 |
commit | 0fda6bd286fe931a998c4d5322ad12a4ed610f87 (patch) | |
tree | d26808089bd54c9de4bf565a6cf7a34be7d320b9 /gdb/Makefile.in | |
parent | b5f303f092e873d88d2b9459deb105e20ff5222c (diff) | |
download | gdb-0fda6bd286fe931a998c4d5322ad12a4ed610f87.zip gdb-0fda6bd286fe931a998c4d5322ad12a4ed610f87.tar.gz gdb-0fda6bd286fe931a998c4d5322ad12a4ed610f87.tar.bz2 |
import gdb-2000-01-24 snapshot
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8ce6044..68292d5 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 = 20000117 +VERSION = 20000124 DIST=gdb LINT=/usr/5bin/lint @@ -1412,16 +1412,16 @@ printcmd.o: printcmd.c $(breakpoint_h) $(defs_h) $(expression_h) \ # FIXME: Procfs.o gets -Wformat errors because things like pid_t don't # match output format strings. procfs.o: procfs.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ - target.h gdb_string.h + target.h gdb_string.h gdbthread.h proc-utils.h $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $< -proc_api.o: proc_api.c $(defs_h) $(gdbcmd_h) +proc-api.o: proc-api.c $(defs_h) $(gdbcmd_h) proc-utils.h -proc_events.o: proc_events.c $(defs_h) +proc-events.o: proc-events.c $(defs_h) -proc_flags.o: proc_flags.c $(defs_h) +proc-flags.o: proc-flags.c $(defs_h) -proc_why.o: proc_why.c $(defs_h) +proc-why.o: proc-why.c $(defs_h) proc-utils.h sol-thread.o: sol-thread.c $(defs_h) gdbthread.h target.h $(inferior_h) \ $(gdbcmd_h) |