mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* configure.in: Don't comment out NATDEPFILES in the generated
Makefile if NAT_FILE is unset. * configure: Regenerate.
This commit is contained in:
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}"'/,
|
||||
|
||||
Reference in New Issue
Block a user