Don't rebuild java code when installing it.

This commit is contained in:
bringert
2006-03-21 12:25:34 +00:00
parent 665e437895
commit b5d8ec661f

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"