* configure.in: Don't comment out NATDEPFILES in the generated

Makefile if NAT_FILE is unset.
* configure: Regenerate.
This commit is contained in:
Mark Kettenis 2004-09-27 18:41:24 +00:00
parent 44cbf7b5f6
commit 5a174d79f0
3 changed files with 6 additions and 16 deletions

View File

@ -1,3 +1,9 @@
2004-09-27 Mark Kettenis <kettenis@gnu.org>
* configure.in: Don't comment out NATDEPFILES in the generated
Makefile if NAT_FILE is unset.
* configure: Regenerate.
2004-09-27 Andrew Cagney <cagney@gnu.org>
* infrun.c (check_for_old_step_resume_breakpoint): Delete.

8
gdb/configure vendored
View File

@ -11764,14 +11764,6 @@ nativefile=$nativefile
EOF
cat >> $CONFIG_STATUS <<\EOF
if test "${nativefile}" = ""; then
< Makefile \
sed -e '/^NATDEPFILES[ ]*=.*\\$/,/[^\\]$/s/^/# /' \
-e '/^NATDEPFILES[ ]*=/s/^/# /' \
| sed -e '/^\(NATDEPFILES[ ]*[+]=[ ]*\)/s//# \1/' \
> Makefile.tem
mv -f Makefile.tem Makefile
fi
sed -e '/^DEPRECATED_TM_FILE[ ]*=/s,^DEPRECATED_TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,
/^XM_FILE[ ]*=/s,^XM_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,

View File

@ -1564,14 +1564,6 @@ AC_OUTPUT(Makefile .gdbinit:gdbinit.in,
dnl Autoconf doesn't provide a mechanism for modifying definitions
dnl provided by makefile fragments.
dnl
if test "${nativefile}" = ""; then
< Makefile \
sed -e '/^NATDEPFILES[[ ]]*=.*\\$/,/[[^\\]]$/s/^/# /' \
-e '/^NATDEPFILES[[ ]]*=/s/^/# /' \
| sed -e '/^\(NATDEPFILES[[ ]]*[[+]]=[[ ]]*\)/s//# \1/' \
> Makefile.tem
mv -f Makefile.tem Makefile
fi
changequote(,)dnl
sed -e '/^DEPRECATED_TM_FILE[ ]*=/s,^DEPRECATED_TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,