From: Richard M. Stallman Date: Wed, 4 Sep 1996 15:15:30 +0000 (+0000) Subject: (UNEXEC): Use unexelf.c. X-Git-Tag: emacs-20.1~3825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a9bd6bd8ea563f2e89818a88147f1b83340466d;p=emacs.git (UNEXEC): Use unexelf.c. --- 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__