diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-08-05 20:11:32 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-08-05 20:11:32 +0300 |
commit | 29cf3e2076352c67e2286fabe4742e5cde915a05 (patch) | |
tree | 0beed73a05a43576626ecb41f5d597e9567c20c4 /src/deps.mk | |
parent | bbb6ffa177707b5915ddf07e3199fbefafca27e4 (diff) | |
download | emacs-29cf3e2076352c67e2286fabe4742e5cde915a05.tar.gz |
Rename src/unexec.c => src/unexcoff.c.
src/unexcoff.c: Renamed from unexec.c.
src/deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co].
configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o.
admin/MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
etc/AUTHORS: Rename unexec.o => unexcoff.o.
etc/PROBLEMS: Rename unexec.o => unex*.o.
lisp/emacs-lisp/find-gc.el (find-gc-source-files): Rename
unexec.c => unexcoff.c.
lisp/emacs-lisp/authors.el (authors-fixed-entries): Rename
unexec.c => unexcoff.c.
msdos/sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of
unexec.c => unexcoff.c.
Diffstat (limited to 'src/deps.mk')
-rw-r--r-- | src/deps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps.mk b/src/deps.mk index e9269397720..8eeed3822d0 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -190,7 +190,7 @@ undo.o: undo.c buffer.h commands.h window.h dispextern.h lisp.h $(config_h) unexaix.o: unexaix.c lisp.h $(config_h) unexalpha.o: unexalpha.c $(config_h) unexcw.o: unexcw.c lisp.h $(config_h) -unexec.o: unexec.c lisp.h $(config_h) +unexcoff.o: unexcoff.c lisp.h $(config_h) unexelf.o: unexelf.c $(config_h) unexhp9k800.o: unexhp9k800.c $(config_h) unexmacosx.o: unexmacosx.c $(config_h) |