summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbringert <unknown>2004-06-23 10:40:22 +0000
committerbringert <unknown>2004-06-23 10:40:22 +0000
commit8a098696c11493e0c180b58d8d208f61faec0ff7 (patch)
treec86b7c982fe32b1c18a62861d9ddf7b54b0a77da /src
parentcd3f267daa39712b705d08aae3dc59cd38623f26 (diff)
Use gtar instead of tar to be sure to get GNU tar.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 40451c3aa..d01bb2dd4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -122,7 +122,7 @@ dist:
cd $(DIST_DIR)/src && autoconf && rm -rf autom4te.cache
find $(DIST_DIR) -name .cvsignore -exec rm -f {} ';'
cd $(DIST_DIR) && rm -rf $(NOT_IN_DIST)
- tar -zcf $(DIST_DIR).tar.gz $(DIST_DIR)
+ gtar -zcf $(DIST_DIR).tar.gz $(DIST_DIR)
zip -r $(DIST_DIR).zip $(DIST_DIR)
rm -rf $(DIST_DIR)
@@ -135,7 +135,7 @@ binary-dist:
./configure CPPFLAGS="`lib__readline -I` `lib__ncurses -I`" LDFLAGS="`lib__readline -l` `lib__ncurses -l`"
make unix gfdoc jar
make prefix=$(BIN_DIST_DIR)/$(prefix) install
- tar -zcf GF-$(PACKAGE_VERSION)-$(host).tar.gz $(BIN_DIST_DIR)
+ gtar -zcf GF-$(PACKAGE_VERSION)-$(host).tar.gz $(BIN_DIST_DIR)
install-gf:
$(INSTALL) -d $(bindir)