emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100312: src/Makefile.in (OLDXMENU):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100312: src/Makefile.in (OLDXMENU): Move out of cpp section.
Date: Sat, 15 May 2010 15:15:49 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100312
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2010-05-15 15:15:49 -0700
message:
  src/Makefile.in (OLDXMENU): Move out of cpp section.
modified:
  src/Makefile.in
=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-15 22:01:22 +0000
+++ b/src/Makefile.in   2010-05-15 22:15:49 +0000
@@ -172,6 +172,11 @@
 ## really-lwlib if USE_X_TOOLKIT, else really-oldxmenu.
 address@hidden@
 
+## If !HAVE_X11 || USE_GTK, empty.
+## Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a.
+## Else ${oldXMenudir}libXMenu11.a.
address@hidden@
+
 address@hidden@
 address@hidden@
 
@@ -294,11 +299,6 @@
 #endif
        $(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $<
 
-/* If !HAVE_X11 || USE_GTK, empty.
-   Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a.
-   Else ${oldXMenudir}libXMenu11.a.  */
address@hidden@
-
 #ifdef HAVE_X_WINDOWS
 address@hidden@
 LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]