mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
correct final line of config.status
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
|
||||
|
||||
* configure: correct final line of config.status.
|
||||
|
||||
* configure: patch from eggert. Avoids a protection problem if
|
||||
the original Makefile.in is read only.
|
||||
|
||||
|
4
configure
vendored
4
configure
vendored
@ -692,7 +692,9 @@ EOF
|
||||
*) using="${using} and \"${site_makefile_frag}\"" ;;
|
||||
esac
|
||||
|
||||
echo "Created \"${Makefile}\" in" ${PWD} `echo "${using}" | sed 's/and/using/'`
|
||||
newusing=`echo "${using}" | sed 's/and/using/'`
|
||||
using=${newusing}
|
||||
echo "Created \"${Makefile}\" in" ${PWD} ${using}
|
||||
fi
|
||||
|
||||
. ${tmpfile}.pos
|
||||
|
Reference in New Issue
Block a user