Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-05-08 13:40:29 +0000
committerAndrew Niefer2007-05-08 13:40:29 +0000
commiteeeffa1f347e5227b4215ed16b4369703c1e46a6 (patch)
tree5f2141aa72382b4eeb401a6d0a6eb1cd0b1a20a3 /bundles/org.eclipse.equinox.executable/library/motif
parent27b2dcbfe0aaffe9d6ad9c53630aeba334cf7894 (diff)
downloadrt.equinox.framework-eeeffa1f347e5227b4215ed16b4369703c1e46a6.tar.gz
rt.equinox.framework-eeeffa1f347e5227b4215ed16b4369703c1e46a6.tar.xz
rt.equinox.framework-eeeffa1f347e5227b4215ed16b4369703c1e46a6.zip
update solaris motif, this is not being shipped
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/motif')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/motif/make_solaris.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/motif/make_solaris.mak b/bundles/org.eclipse.equinox.executable/library/motif/make_solaris.mak
index 425744bba..d9be492bb 100644
--- a/bundles/org.eclipse.equinox.executable/library/motif/make_solaris.mak
+++ b/bundles/org.eclipse.equinox.executable/library/motif/make_solaris.mak
@@ -41,7 +41,7 @@ OPTFLAG = -O -s
EXEC = $(PROGRAM_OUTPUT)
DLL = $(PROGRAM_LIBRARY)
-LIBS = -L$(MOTIF_HOME)/lib -L$(X11_HOME)/lib -lXm -lXt -lX11 -lintl -lpthread -ldl -lc
+LIBS = -L$(MOTIF_HOME)/lib -L$(X11_HOME)/lib -lXm -lXt -lX11 -lintl -lthread -ldl -lc
#LFLAGS = -shared -Wl,--export-dynamic
LFLAGS = -G
CFLAGS =$(OPTFLAG) \

Back to the top