1
0
forked from GitHub/gf-core

Don't rebuild java code when installing it.

This commit is contained in:
bringert
2006-03-21 12:25:34 +00:00
parent b7f5f9d404
commit 388fd424a9

View File

@@ -252,7 +252,7 @@ install-editor:
$(INSTALL) gfeditor $(bindir)
$(INSTALL) -m 0644 $(GFEDITOR)/gfeditor.jar $(GF_DATA_DIR)
install-java: javac
install-java:
-rm -f ../bin/JavaGUI
ln -s ../src/JavaGUI ../bin
@echo "PLEASE set GFHOME and GF_LIB_PATH in your environment"