diff options
| author | Chong Yidong | 2009-01-10 13:07:48 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-01-10 13:07:48 +0000 |
| commit | 7ccd9dc869898b0145cfc358d4cb5c949ee8454a (patch) | |
| tree | e0dafeac93afaeaddaecedf01b2f870cef2e4a9f | |
| parent | 052056a969b1418b0ba15b76d287667334957865 (diff) | |
| download | emacs-7ccd9dc869898b0145cfc358d4cb5c949ee8454a.tar.gz emacs-7ccd9dc869898b0145cfc358d4cb5c949ee8454a.zip | |
Remove gs.elc dependency.
| -rw-r--r-- | lisp/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5c4595ffca2..f109eada9cd 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in | |||
| @@ -649,7 +649,6 @@ ELCFILES = \ | |||
| 649 | $(lisp)/gnus/utf7.elc \ | 649 | $(lisp)/gnus/utf7.elc \ |
| 650 | $(lisp)/gnus/webmail.elc \ | 650 | $(lisp)/gnus/webmail.elc \ |
| 651 | $(lisp)/gnus/yenc.elc \ | 651 | $(lisp)/gnus/yenc.elc \ |
| 652 | $(lisp)/gs.elc \ | ||
| 653 | $(lisp)/help-at-pt.elc \ | 652 | $(lisp)/help-at-pt.elc \ |
| 654 | $(lisp)/help-fns.elc \ | 653 | $(lisp)/help-fns.elc \ |
| 655 | $(lisp)/help-macro.elc \ | 654 | $(lisp)/help-macro.elc \ |