From 29a6015ab3af5afe65a112b7447e343133783f5e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 16 Mar 2011 17:22:09 -0700 Subject: [PATCH] * deps.mk (unexalpha.o): Remove; unused. --- src/ChangeLog | 4 ++++ src/deps.mk | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- 2.39.2