OSDN Git Service

Revert previous change. Something doesn't work.
authorAndrew Cagney <cagney@redhat.com>
Mon, 17 Feb 2003 21:56:29 +0000 (21:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 17 Feb 2003 21:56:29 +0000 (21:56 +0000)
gdb/ChangeLog
gdb/configure
gdb/configure.in

index fa9813b..b123ea6 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-17  Andrew Cagney  <cagney@redhat.com>
+
+       * configure.in: Revert ${target} != ${host}.
+
 2003-02-17  Andrew Cagney  <ac131313@redhat.com>
 
        * configure.in (Makefile): Use the test ${target} != ${host},
index ca92123..9b36c9b 100755 (executable)
@@ -10889,7 +10889,7 @@ nativefile=$nativefile
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 
-if test "${target}" != "${host}"; then
+if test "${nativefile}" = ""; then
         < Makefile \
         sed -e '/^NATDEPFILES[         ]*=.*\\$/,/[^\\]$/s/^/# /' \
             -e '/^NATDEPFILES[         ]*=/s/^/# /' \
index ea24ea2..eb946f3 100644 (file)
@@ -1398,7 +1398,7 @@ AC_OUTPUT(Makefile .gdbinit:gdbinit.in,
 dnl Autoconf doesn't provide a mechanism for modifying definitions 
 dnl provided by makefile fragments.
 dnl
-if test "${target}" != "${host}"; then
+if test "${nativefile}" = ""; then
         < Makefile \
         sed -e '/^NATDEPFILES[[        ]]*=.*\\$/,/[[^\\]]$/s/^/# /' \
             -e '/^NATDEPFILES[[        ]]*=/s/^/# /' \