Unhardcode the motif lib on x86 linux. Replace /usr/X11R6/lib/libXm.a

with -L/usr/X11R6/lib -lXm.
This commit is contained in:
ramiro 1998-04-28 01:22:18 +00:00
parent d71db58bde
commit a3af594e82

View File

@ -592,7 +592,7 @@ else
MOTIFLIB =\
$(MOTIFPATCH_LIB) \
/usr/X11R6/lib/libXm.a \
-L/usr/X11R6/lib -lXm \
$(NS_MOTIF2_XP_LD_FLAGS)
endif