summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-04 15:15:30 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-04 15:15:30 +0000
commited525b423334a98d38fcf63b373991c478cde2f3 (patch)
treee140618c6d06b14109ebec019c2f52b33522705c /src
parent2bb95e9ef2e897bf40981c994cc453a67ab68036 (diff)
downloademacs-ed525b423334a98d38fcf63b373991c478cde2f3.tar.gz
(UNEXEC): Use unexelf.c.
Diffstat (limited to 'src')
-rw-r--r--src/m/alpha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index 4bee0f7cfec..b7eb78769e6 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -154,7 +154,7 @@ NOTE-END
#ifdef __ELF__
#undef UNEXEC
-#define UNEXEC unexelf1.o
+#define UNEXEC unexelf.o
#endif
#ifndef __ELF__