changeset 26750:b43687ee3f57

(UNEXEC) [USG5_4]: Use unexelf.o instead of unexsgi.o again.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 07 Dec 1999 09:50:50 +0000
parents 5bc04426fb75
children 02d952359d1c
files src/m/iris4d.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/iris4d.h	Tue Dec 07 09:50:01 1999 +0000
+++ b/src/m/iris4d.h	Tue Dec 07 09:50:50 1999 +0000
@@ -113,7 +113,7 @@
 
 #ifdef USG5_4
 #undef UNEXEC
-#define UNEXEC unexsgi.o
+#define UNEXEC unexelf.o
 #else
 #define UNEXEC unexmips.o
 #endif