* config/rs6000.mh (NATDEPFILES): Add corelow.o.
authorJohn Gilmore <gnu@cygnus>
Thu, 22 Oct 1992 11:24:25 +0000 (11:24 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 22 Oct 1992 11:24:25 +0000 (11:24 +0000)
gdb/config/rs6000.mh

index 53af403..8ded50d 100644 (file)
@@ -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.