From: Gerd Moellmann Date: Thu, 2 Dec 1999 07:59:06 +0000 (+0000) Subject: (UNEXEC) [USG5_4]: Use unexsgi.o instead of X-Git-Tag: emacs-pretest-21.0.90~5908 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=967e16129743f33316b09c99aa357c54aab38fb5;p=emacs.git (UNEXEC) [USG5_4]: Use unexsgi.o instead of unexelf.o. --- diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 1af41405870..85d0ea90221 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -113,7 +113,7 @@ Boston, MA 02111-1307, USA. */ #ifdef USG5_4 #undef UNEXEC -#define UNEXEC unexelf.o +#define UNEXEC unexsgi.o #else #define UNEXEC unexmips.o #endif