aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-10-22 11:24:25 +0000
committerJohn Gilmore <gnu@cygnus>1992-10-22 11:24:25 +0000
commitd9beb4fde4744e7ea27581520dea93e86a739ed4 (patch)
tree308e6c628f26be1b24dc4e78752e52a6a219af9b
parentfef84cc41a994088025afdea49e888dced838724 (diff)
downloadgdb-d9beb4fde4744e7ea27581520dea93e86a739ed4.zip
gdb-d9beb4fde4744e7ea27581520dea93e86a739ed4.tar.gz
gdb-d9beb4fde4744e7ea27581520dea93e86a739ed4.tar.bz2
* config/rs6000.mh (NATDEPFILES): Add corelow.o.
-rw-r--r--gdb/config/rs6000.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000.mh b/gdb/config/rs6000.mh
index 53af403..8ded50d 100644
--- a/gdb/config/rs6000.mh
+++ b/gdb/config/rs6000.mh
@@ -20,7 +20,7 @@
XDEPFILES=
XM_FILE= xm-rs6000.h
NAT_FILE= nm-rs6000.h
-NATDEPFILES= fork-child.o infptrace.o inftarg.o rs6000-nat.o
+NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o
# When compiled with cc, for debugging, this argument should be passed.
# We have no idea who our current compiler is though, so we skip it.