diff options
| author | Paul Eggert | 2011-03-16 17:22:09 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 17:22:09 -0700 |
| commit | 29a6015ab3af5afe65a112b7447e343133783f5e (patch) | |
| tree | 2d1a42f288113826f005730fcfc751ab34425c45 /src/deps.mk | |
| parent | 7feda0d218772bf0917631f4bad843e2b4a83984 (diff) | |
| download | emacs-29a6015ab3af5afe65a112b7447e343133783f5e.tar.gz emacs-29a6015ab3af5afe65a112b7447e343133783f5e.zip | |
* deps.mk (unexalpha.o): Remove; unused.
Diffstat (limited to 'src/deps.mk')
| -rw-r--r-- | src/deps.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 201 | undo.o: undo.c buffer.h commands.h window.h dispextern.h msdos.h \ | 201 | undo.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) |
| 203 | unexaix.o: unexaix.c lisp.h unexec.h $(config_h) | 203 | unexaix.o: unexaix.c lisp.h unexec.h $(config_h) |
| 204 | unexalpha.o: unexalpha.c $(config_h) | ||
| 205 | unexcw.o: unexcw.c lisp.h unexec.h $(config_h) | 204 | unexcw.o: unexcw.c lisp.h unexec.h $(config_h) |
| 206 | unexcoff.o: unexcoff.c lisp.h unexec.h $(config_h) | 205 | unexcoff.o: unexcoff.c lisp.h unexec.h $(config_h) |
| 207 | unexelf.o: unexelf.c unexec.h ../lib/unistd.h $(config_h) | 206 | unexelf.o: unexelf.c unexec.h ../lib/unistd.h $(config_h) |