mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 16:01:04 -08:00
(*:Linux:*:*): Always use ${VENDOR}.
This commit is contained in:
parent
1c0961640a
commit
3ffd9bc32f
1 changed files with 1 additions and 1 deletions
2
config.guess
vendored
2
config.guess
vendored
|
|
@ -497,7 +497,7 @@ main(argc, argv)
|
|||
printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
|
||||
# endif
|
||||
#else
|
||||
printf ("%s-pc-linux-gnuaout\n", argv[1]);
|
||||
printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue