1
0
forked from GitHub/gf-core

delete BIN_DIST_DIR at end of binary-dist

This commit is contained in:
bringert
2004-06-23 10:41:05 +00:00
parent 8a098696c1
commit 0c84670725

View File

@@ -136,6 +136,7 @@ binary-dist:
make unix gfdoc jar
make prefix=$(BIN_DIST_DIR)/$(prefix) install
gtar -zcf GF-$(PACKAGE_VERSION)-$(host).tar.gz $(BIN_DIST_DIR)
rm -rf $(BIN_DIST_DIR)
install-gf:
$(INSTALL) -d $(bindir)