src/Makefile.in (OLDXMENU): Move out of cpp section.
This commit is contained in:
parent
3545021dd5
commit
c0b0aed520
1 changed files with 5 additions and 5 deletions
|
@ -172,6 +172,11 @@ LIBXT_OTHER=@LIBXT_OTHER@
|
|||
## really-lwlib if USE_X_TOOLKIT, else really-oldxmenu.
|
||||
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@
|
||||
XOBJ=@XOBJ@
|
||||
|
||||
|
@ -294,11 +299,6 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS)
|
|||
#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. */
|
||||
OLDXMENU=@OLDXMENU@
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
LIBXMENU=@LIBXMENU@
|
||||
LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)
|
||||
|
|
Loading…
Add table
Reference in a new issue