* 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

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}"'/,