* config/i386/fbsd64.mt (TDEPFILES): Add corelow.o.
[deliverable/binutils-gdb.git] / gdb / config / i386 / i386v42mp.mh
index 185b5f046bb600951042e3ece0a091eda81cbb77..4aac5d97b84e2ab76533c7fccbe9ac5b869b9288 100644 (file)
@@ -1,13 +1,20 @@
 # Host: Intel 386 running SVR4
 
 XM_FILE= xm-i386v4.h
-XDEPFILES= 
 # for network communication
 XM_CLIBS= -lsocket -lnsl
 
 # we don't want nm-i386v4.h since that defines LOSING_POLL which isn't
 # appropriate for i386v42mp
 NAT_FILE= nm-i386v42mp.h
-NATDEPFILES= corelow.o core-regset.o solib.o fork-child.o i386v4-nat.o \
-       procfs.o proc-api.o proc-events.o proc-flags.o proc-why.o uw-thread.o
+
+# NATDEPFILES must remain entirely on one line.  When building a cross
+# debugger, configure will cause this line to be commented out in the
+# Makefile.  Many non-GNU versions of make don't permit the use of a
+# continuation character (backslash) to extend a commented line.  As a
+# consequence, make considers subsequent tab-indented lines to be
+# some sort of error.
+NATDEPFILES= corelow.o core-regset.o fork-child.o i386v4-nat.o \
+       gcore.o solib.o solib-svr4.o solib-legacy.o procfs.o proc-api.o \
+       proc-events.o proc-flags.o proc-why.o uw-thread.o
 
This page took 0.025654 seconds and 4 git commands to generate.