* xcoffexec.c (exec_ops): child_attach and child_create_inferior
[deliverable/binutils-gdb.git] / gdb / configure.in
index 44312eb47d98b0b847a91dd483089878e5e496b0..354ba531b2d4218b187433b477e0656831110265 100644 (file)
@@ -1,7 +1,6 @@
 configdirs="doc"
 srcname="GDB"
 srctrigger=main.c
-target_dependent=true
 
 # per-host:
 
@@ -274,8 +273,8 @@ case ${srcdir} in
       echo "source ${srcdir}/.gdbinit" >> .gdbinit
 esac
 
-if [ "${nativefile}" != "" ] ; then
-       sed -e '/^NATDEPFILES= /s//# NATDEPFILES= ' \
+if [ "${nativefile}" = "" ] ; then
+       sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
                < Makefile > Makefile.tem
        mv -f Makefile.tem Makefile
 fi
This page took 0.023407 seconds and 4 git commands to generate.