diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-17 21:56:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-17 21:56:29 +0000 |
commit | 7ee6d7ebf9a1bf6c410266119a67a4842f0a777b (patch) | |
tree | 9d7bcc67b8ac26416a9bcd94486ab0f66218b210 /gdb | |
parent | ae9a127f867f404d20b8010b401ca9aaae9018d9 (diff) | |
download | gdb-7ee6d7ebf9a1bf6c410266119a67a4842f0a777b.zip gdb-7ee6d7ebf9a1bf6c410266119a67a4842f0a777b.tar.gz gdb-7ee6d7ebf9a1bf6c410266119a67a4842f0a777b.tar.bz2 |
Revert previous change. Something doesn't work.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/configure | 2 | ||||
-rw-r--r-- | gdb/configure.in | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa9813b..b123ea6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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}, diff --git a/gdb/configure b/gdb/configure index ca92123..9b36c9b 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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/^/# /' \ diff --git a/gdb/configure.in b/gdb/configure.in index ea24ea2..eb946f3 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -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/^/# /' \ |