mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
* mac-binutils.r: Fix copyright and version strings.
* Makefile.in (version): Remove, no longer used.
This commit is contained in:
@ -11,7 +11,7 @@ resource 'vers' (1) {
|
||||
0,
|
||||
verUs,
|
||||
VERSION_STRING,
|
||||
VERSION_STRING " (c) 1986-95 FSF, Inc. "
|
||||
VERSION_STRING " (C) 1986-95 FSF, Inc."
|
||||
};
|
||||
|
||||
resource 'vers' (2, purgeable) {
|
||||
@ -21,7 +21,7 @@ resource 'vers' (2, purgeable) {
|
||||
0,
|
||||
verUs,
|
||||
VERSION_STRING,
|
||||
"binutils " /* fill in major/minor versions */ "for MPW"
|
||||
"binutils " VERSION_STRING " for MPW"
|
||||
};
|
||||
|
||||
#ifdef WANT_CFRG
|
||||
|
Reference in New Issue
Block a user