From d9beb4fde4744e7ea27581520dea93e86a739ed4 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 22 Oct 1992 11:24:25 +0000 Subject: [PATCH] * config/rs6000.mh (NATDEPFILES): Add corelow.o. --- gdb/config/rs6000.mh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4