mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES
using `+=' as well as `='. * configure: Regenerated.
This commit is contained in:
6
gdb/configure
vendored
6
gdb/configure
vendored
@@ -9193,8 +9193,10 @@ EOF
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
|
||||
if test "${nativefile}" = ""; then
|
||||
sed -e '/^NATDEPFILES[ ]*=[ ]*/s//# NATDEPFILES=/' \
|
||||
< Makefile > Makefile.tem
|
||||
< Makefile \
|
||||
sed -e '/^NATDEPFILES[ ]*=[ ]*/s//# NATDEPFILES=/' \
|
||||
| sed -e '/^\(NATDEPFILES[ ]*[+]=[ ]*\)/s//# \1/' \
|
||||
> Makefile.tem
|
||||
mv -f Makefile.tem Makefile
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user