mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
Fixed src symlink in eclipse config to actually point to source.
This commit is contained in:
parent
0a11724f15
commit
bbcb4cb119
2
makefile
2
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 $(@)"
|
||||
|
Loading…
Reference in New Issue
Block a user