mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Don't rebuild java code when installing it.
This commit is contained in:
@@ -252,7 +252,7 @@ install-editor:
|
|||||||
$(INSTALL) gfeditor $(bindir)
|
$(INSTALL) gfeditor $(bindir)
|
||||||
$(INSTALL) -m 0644 $(GFEDITOR)/gfeditor.jar $(GF_DATA_DIR)
|
$(INSTALL) -m 0644 $(GFEDITOR)/gfeditor.jar $(GF_DATA_DIR)
|
||||||
|
|
||||||
install-java: javac
|
install-java:
|
||||||
-rm -f ../bin/JavaGUI
|
-rm -f ../bin/JavaGUI
|
||||||
ln -s ../src/JavaGUI ../bin
|
ln -s ../src/JavaGUI ../bin
|
||||||
@echo "PLEASE set GFHOME and GF_LIB_PATH in your environment"
|
@echo "PLEASE set GFHOME and GF_LIB_PATH in your environment"
|
||||||
|
|||||||
Reference in New Issue
Block a user