diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-07-18 17:13:02 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-07-18 17:13:02 +0000 |
commit | 653036938ab5e65370f92147cfb25580fa65f4f7 (patch) | |
tree | 00678e0a49ce21fdacd81bd0fadb7427691d7367 /src/Makefile.in | |
parent | b83f1cd04d09aaf05ce7a47e18d09216262b2eaa (diff) | |
download | emacs-653036938ab5e65370f92147cfb25580fa65f4f7.tar.gz |
(SOME_MACHINE_LISP): Remove ns-carbon-compat.elc.
Diffstat (limited to 'src/Makefile.in')
-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 \ ../lisp/international/fontset.elc \ ../lisp/mouse.elc \ ../lisp/term/x-win.elc \ - ../lisp/term/ns-win.elc \ - ../lisp/ns-carbon-compat.elc + ../lisp/term/ns-win.elc /* Construct full set of libraries to be linked. Note that SunOS needs -lm to come before -lc; otherwise, you get |