1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -08:00

Use unexelf for IRIX 5.*.

This commit is contained in:
Karl Heuer 1999-08-25 16:15:06 +00:00
parent cb89c722d6
commit 3bc0ab9fdd

View file

@ -113,7 +113,7 @@ Boston, MA 02111-1307, USA. */
#ifdef USG5_4
#undef UNEXEC
#define UNEXEC unexsgi.o
#define UNEXEC unexelf.o
#else
#define UNEXEC unexmips.o
#endif