mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
Make things function properly in case both LessTif and Open Motif are installed.
This commit is contained in:
parent
85a2313482
commit
93a16fa8a8
1 changed files with 3 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
|
|||
CC=@CC@
|
||||
CFLAGS=@CFLAGS@
|
||||
CPP=@CPP@
|
||||
CPPFLAGS=@CPPFLAGS@
|
||||
LN_S=@LN_S@
|
||||
RANLIB=@RANLIB@
|
||||
# See below--@X_TOOLKIT_TYPE@ is used below.
|
||||
|
|
@ -31,11 +32,11 @@ TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT)
|
|||
|
||||
# ../src is needed to find config.h.
|
||||
ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
|
||||
$(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CPPFLAGS) $(CFLAGS) \
|
||||
$(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CFLAGS) \
|
||||
-DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
|
||||
|
||||
.c.o:
|
||||
$(CC) -c ${ALL_CFLAGS} $<
|
||||
$(CC) -c $(CPPFLAGS) ${ALL_CFLAGS} $<
|
||||
|
||||
all:: liblw.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue