Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2007-02-07 18:13:48 +0000
committerAndrew Niefer2007-02-07 18:13:48 +0000
commit86378a4a20b3c5577ab9c92d63212c96e202a441 (patch)
tree5bca34ca181c18539acfef9281a2e87e27c67def /bundles/org.eclipse.equinox.executable/library/gtk
parent36bd064c34872a9dbd25bb88e327dd33ef9c760b (diff)
downloadrt.equinox.framework-86378a4a20b3c5577ab9c92d63212c96e202a441.tar.gz
rt.equinox.framework-86378a4a20b3c5577ab9c92d63212c96e202a441.tar.xz
rt.equinox.framework-86378a4a20b3c5577ab9c92d63212c96e202a441.zip
bug 173301
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/gtk')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/gtk/make_linux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/gtk/make_linux.mak b/bundles/org.eclipse.equinox.executable/library/gtk/make_linux.mak
index f68df05a9..74014f522 100644
--- a/bundles/org.eclipse.equinox.executable/library/gtk/make_linux.mak
+++ b/bundles/org.eclipse.equinox.executable/library/gtk/make_linux.mak
@@ -99,4 +99,4 @@ install: all
rm -f $(EXEC) $(DLL) $(MAIN_OBJS) $(COMMON_OBJS) $(DLL_OBJS)
clean:
- rm -f $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(DLL_OBJS)
+ rm -f $(EXEC) $(DLL) $(MAIN_OBJS) $(COMMON_OBJS) $(DLL_OBJS)

Back to the top