From: Paul Eggert Date: Thu, 17 Mar 2011 00:22:09 +0000 (-0700) Subject: * deps.mk (unexalpha.o): Remove; unused. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~554^2~10 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29a6015ab3af5afe65a112b7447e343133783f5e;p=emacs.git * deps.mk (unexalpha.o): Remove; unused. --- diff --git a/src/ChangeLog b/src/ChangeLog index 168f2d72612..5a3ea2f71d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-03-17 Paul Eggert + + * deps.mk (unexalpha.o): Remove; unused. + 2011-03-16 Paul Eggert New file unexec.h, the (simple) interface for unexec. diff --git a/src/deps.mk b/src/deps.mk index c868ff0e3c0..35754dfa7de 100644 --- a/src/deps.mk +++ b/src/deps.mk @@ -201,7 +201,6 @@ tparam.o: tparam.c tparam.h lisp.h $(config_h) undo.o: undo.c buffer.h commands.h window.h dispextern.h msdos.h \ lisp.h globals.h $(config_h) unexaix.o: unexaix.c lisp.h unexec.h $(config_h) -unexalpha.o: unexalpha.c $(config_h) unexcw.o: unexcw.c lisp.h unexec.h $(config_h) unexcoff.o: unexcoff.c lisp.h unexec.h $(config_h) unexelf.o: unexelf.c unexec.h ../lib/unistd.h $(config_h)