summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2009-08-20 18:46:14 +0000
committerGrant Gayed <ggayed>2009-08-20 18:46:14 +0000
commit0d27de8095951308be570a7bb2d87296113ad20d (patch)
tree22afc3e9393d681b581c346a7ce516de9715abf6
parent1926c054a472c3763d32f6658b7e312150d34fea (diff)
downloadeclipse.platform.swt-0d27de8095951308be570a7bb2d87296113ad20d.tar.gz
eclipse.platform.swt-0d27de8095951308be570a7bb2d87296113ad20d.tar.xz
eclipse.platform.swt-0d27de8095951308be570a7bb2d87296113ad20d.zip
enable make_mozilla target
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak
index 6665965e91..26b6a0412a 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_solaris.mak
@@ -201,7 +201,7 @@ gnome_stats.o: gnome_stats.c gnome_stats.h
#
# Mozilla lib
#
-make_mozilla:#$(MOZILLA_LIB)
+make_mozilla: $(MOZILLA_LIB)
$(MOZILLA_LIB): $(MOZILLA_OBJECTS)
$(CXX) -o $(MOZILLA_LIB) $(MOZILLA_OBJECTS) $(MOZILLALIBS)