aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-07 09:50:50 +0000
committerGerd Moellmann1999-12-07 09:50:50 +0000
commit2bf57b132cf9ff883257393a7aee15e0a47d0fec (patch)
treecbd002692b2d273cb5d623d2fe1417bb4a284912 /src
parent52da6a59f17afe50bdae531cfcc2742e518a1fd0 (diff)
downloademacs-2bf57b132cf9ff883257393a7aee15e0a47d0fec.tar.gz
emacs-2bf57b132cf9ff883257393a7aee15e0a47d0fec.zip
(UNEXEC) [USG5_4]: Use unexelf.o instead of
unexsgi.o again.
Diffstat (limited to 'src')
-rw-r--r--src/m/iris4d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 85d0ea90221..1af41405870 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -113,7 +113,7 @@ Boston, MA 02111-1307, USA. */
113 113
114#ifdef USG5_4 114#ifdef USG5_4
115#undef UNEXEC 115#undef UNEXEC
116#define UNEXEC unexsgi.o 116#define UNEXEC unexelf.o
117#else 117#else
118#define UNEXEC unexmips.o 118#define UNEXEC unexmips.o
119#endif 119#endif