changeset 16119:8b44e50334a8

(UNEXEC): Use unexelf.c.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Sep 1996 15:15:30 +0000
parents 4580dcf4e0d1
children 2c15b1cd3b84
files src/m/alpha.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/alpha.h	Wed Sep 04 15:12:18 1996 +0000
+++ b/src/m/alpha.h	Wed Sep 04 15:15:30 1996 +0000
@@ -154,7 +154,7 @@
 
 #ifdef __ELF__
 #undef UNEXEC
-#define UNEXEC unexelf1.o
+#define UNEXEC unexelf.o
 #endif
 
 #ifndef __ELF__