Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0b0aed5
Commit
c0b0aed5
authored
May 15, 2010
by
Glenn Morris
Browse files
src/Makefile.in (OLDXMENU): Move out of cpp section.
parent
3545021d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/Makefile.in
src/Makefile.in
+5
-5
No files found.
src/Makefile.in
View file @
c0b0aed5
...
@@ -172,6 +172,11 @@ LIBXT_OTHER=@LIBXT_OTHER@
...
@@ -172,6 +172,11 @@ LIBXT_OTHER=@LIBXT_OTHER@
## really-lwlib if USE_X_TOOLKIT, else really-oldxmenu.
## really-lwlib if USE_X_TOOLKIT, else really-oldxmenu.
OLDXMENU_TARGET
=
@OLDXMENU_TARGET@
OLDXMENU_TARGET
=
@OLDXMENU_TARGET@
## If !HAVE_X11 || USE_GTK, empty.
## Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a.
## Else ${oldXMenudir}libXMenu11.a.
OLDXMENU
=
@OLDXMENU@
XMENU_OBJ
=
@XMENU_OBJ@
XMENU_OBJ
=
@XMENU_OBJ@
XOBJ
=
@XOBJ@
XOBJ
=
@XOBJ@
...
@@ -294,11 +299,6 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS)
...
@@ -294,11 +299,6 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS)
#endif
#endif
$(CC)
-c
$(CPPFLAGS)
$(ALL_OBJC_CFLAGS)
$<
$(CC)
-c
$(CPPFLAGS)
$(ALL_OBJC_CFLAGS)
$<
/*
If
!HAVE_X11
||
USE_GTK,
empty.
Else
if
USE_X_TOOLKIT,
${lwlibdir}liblw.a.
Else
${oldXMenudir}libXMenu11.a.
*/
OLDXMENU
=
@OLDXMENU@
#ifdef HAVE_X_WINDOWS
#ifdef HAVE_X_WINDOWS
LIBXMENU
=
@LIBXMENU@
LIBXMENU
=
@LIBXMENU@
LIBXT
=
$(TOOLKIT_LIBW)
$(LIBXT_OTHER)
LIBXT
=
$(TOOLKIT_LIBW)
$(LIBXT_OTHER)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment