[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99660: Commit the change in src/Make
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99660: Commit the change in src/Makefile.in announced in rev 99649. |
Date: |
Sat, 13 Mar 2010 10:29:13 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99660
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2010-03-13 10:29:13 -0500
message:
Commit the change in src/Makefile.in announced in rev 99649.
modified:
src/Makefile.in
=== modified file 'src/Makefile.in'
--- a/src/Makefile.in 2010-01-16 09:40:57 +0000
+++ b/src/Makefile.in 2010-03-13 15:29:13 +0000
@@ -527,7 +527,7 @@
#ifdef HAVE_X_WINDOWS
MSDOS_OBJ = dosfns.o msdos.o xmenu.o
#else
-MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o
+MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o termcap.o
#endif
#endif
@@ -595,10 +595,8 @@
#else /* ! defined (TERMINFO) */
#ifndef LIBS_TERMCAP
#define LIBS_TERMCAP
-termcapobj = termcap.o tparam.o
-#else /* LIBS_TERMCAP */
+#endif /* LIBS_TERMCAP */
termcapobj = tparam.o
-#endif /* LIBS_TERMCAP */
#endif /* ! defined (TERMINFO) */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99660: Commit the change in src/Makefile.in announced in rev 99649.,
Eli Zaretskii <=