1
Fork 0
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:
Richard M. Stallman 1997-06-08 01:57:13 +00:00
parent 1c0961640a
commit 3ffd9bc32f

2
config.guess vendored
View file

@ -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;
}