aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 17:22:09 -0700
committerPaul Eggert2011-03-16 17:22:09 -0700
commit29a6015ab3af5afe65a112b7447e343133783f5e (patch)
tree2d1a42f288113826f005730fcfc751ab34425c45 /src
parent7feda0d218772bf0917631f4bad843e2b4a83984 (diff)
downloademacs-29a6015ab3af5afe65a112b7447e343133783f5e.tar.gz
emacs-29a6015ab3af5afe65a112b7447e343133783f5e.zip
* deps.mk (unexalpha.o): Remove; unused.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/deps.mk1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 168f2d72612..5a3ea2f71d0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-03-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 * deps.mk (unexalpha.o): Remove; unused.
4
12011-03-16 Paul Eggert <eggert@cs.ucla.edu> 52011-03-16 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 New file unexec.h, the (simple) interface for unexec. 7 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)
201undo.o: undo.c buffer.h commands.h window.h dispextern.h msdos.h \ 201undo.o: undo.c buffer.h commands.h window.h dispextern.h msdos.h \
202 lisp.h globals.h $(config_h) 202 lisp.h globals.h $(config_h)
203unexaix.o: unexaix.c lisp.h unexec.h $(config_h) 203unexaix.o: unexaix.c lisp.h unexec.h $(config_h)
204unexalpha.o: unexalpha.c $(config_h)
205unexcw.o: unexcw.c lisp.h unexec.h $(config_h) 204unexcw.o: unexcw.c lisp.h unexec.h $(config_h)
206unexcoff.o: unexcoff.c lisp.h unexec.h $(config_h) 205unexcoff.o: unexcoff.c lisp.h unexec.h $(config_h)
207unexelf.o: unexelf.c unexec.h ../lib/unistd.h $(config_h) 206unexelf.o: unexelf.c unexec.h ../lib/unistd.h $(config_h)