diff options
| author | Chong Yidong | 2008-07-18 17:13:02 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-18 17:13:02 +0000 |
| commit | 653036938ab5e65370f92147cfb25580fa65f4f7 (patch) | |
| tree | 00678e0a49ce21fdacd81bd0fadb7427691d7367 | |
| parent | b83f1cd04d09aaf05ce7a47e18d09216262b2eaa (diff) | |
| download | emacs-653036938ab5e65370f92147cfb25580fa65f4f7.tar.gz emacs-653036938ab5e65370f92147cfb25580fa65f4f7.zip | |
(SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
| -rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index f1d8297e189..6976f7fbcd0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -895,8 +895,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ | |||
| 895 | ../lisp/international/fontset.elc \ | 895 | ../lisp/international/fontset.elc \ |
| 896 | ../lisp/mouse.elc \ | 896 | ../lisp/mouse.elc \ |
| 897 | ../lisp/term/x-win.elc \ | 897 | ../lisp/term/x-win.elc \ |
| 898 | ../lisp/term/ns-win.elc \ | 898 | ../lisp/term/ns-win.elc |
| 899 | ../lisp/ns-carbon-compat.elc | ||
| 900 | 899 | ||
| 901 | /* Construct full set of libraries to be linked. | 900 | /* Construct full set of libraries to be linked. |
| 902 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 901 | Note that SunOS needs -lm to come before -lc; otherwise, you get |