* configure.in: Don't comment out NATDEPFILES in the generated
Makefile if NAT_FILE is unset. * configure: Regenerate.
This commit is contained in:
parent
44cbf7b5f6
commit
5a174d79f0
@ -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
8
gdb/configure
vendored
@ -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}"'/,
|
||||
|
@ -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}"'/,
|
||||
|
Loading…
x
Reference in New Issue
Block a user