From bbcb4cb119e104df0cf2f364e07b3501a44079bb Mon Sep 17 00:00:00 2001 From: BCG Date: Thu, 16 Jul 2015 23:59:27 -0400 Subject: [PATCH] Fixed src symlink in eclipse config to actually point to source. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index ede80f3211..f373b9f630 100755 --- a/makefile +++ b/makefile @@ -1686,7 +1686,7 @@ $(eclipse-ee-file): $(eclipse-jdk-dir) $(eclipse-src-dir): $(eclipse-jdk-dir) @echo "symlinking classpath for $(@)" - @ln -sf ../../classpath $(@) + @ln -sf ../../../../classpath $(@) $(eclipse-bin-dir)/java$(exe-suffix): $(eclipse-bin-dir) $(executable) @echo "symlinking $(executable) for $(@)"