aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Reitter2008-07-16 05:28:31 +0000
committerDavid Reitter2008-07-16 05:28:31 +0000
commit7206e7b7c7d36eef134ed0baddddc1370b04044d (patch)
treeed29f35f745121e3a38fc94fe4a780c9bf979209 /src
parent6fbcfb6f39627779d4d84cbc704439ee615e9b26 (diff)
downloademacs-7206e7b7c7d36eef134ed0baddddc1370b04044d.tar.gz
emacs-7206e7b7c7d36eef134ed0baddddc1370b04044d.zip
add further files to SOME_MACHINE_LISP to support NeXTStep port
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 1083dacdc87..1e13c916cee 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -897,7 +897,11 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \
897 ../lisp/international/codepage.elc \ 897 ../lisp/international/codepage.elc \
898 ../lisp/international/fontset.elc \ 898 ../lisp/international/fontset.elc \
899 ../lisp/mouse.elc \ 899 ../lisp/mouse.elc \
900 ../lisp/term/x-win.elc 900 ../lisp/term/x-win.elc \
901 ../lisp/term/ns-win.elc \
902 ../lisp/emacs-lisp/easy-mmode.elc \
903 ../lisp/ns-carbon-compat.elc \
904 ../lisp/emacs-lisp/easy-menu.elc
901 905
902/* Construct full set of libraries to be linked. 906/* Construct full set of libraries to be linked.
903 Note that SunOS needs -lm to come before -lc; otherwise, you get 907 Note that SunOS needs -lm to come before -lc; otherwise, you get