mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
gcc_update: fix check for local source tree.
contrib/ChangeLog: * gcc_update: Start using reload.c instead of version.c.
This commit is contained in:
parent
a076632e27
commit
933c5149e9
@ -243,7 +243,7 @@ apply_patch () {
|
||||
}
|
||||
|
||||
# Check whether this indeed looks like a local tree.
|
||||
if [ ! -f gcc/version.c ]; then
|
||||
if [ ! -f gcc/reload.c ]; then
|
||||
echo "This does not seem to be a GCC tree!"
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user