From 3d51bec23cf54ee6b19647c94d541fa3cacbeff9 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Wed, 1 Dec 1993 07:56:36 +0000 Subject: [PATCH] Produce both compress'd and gzip'd distribution tar files --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 709b246..50589b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,6 @@ RANLIB = @RANLIB@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ -COMPRESS = compress # You normally do not need to modify anything below this point. # ------------------------------------------------------------ @@ -225,7 +224,8 @@ dist2: @chmod 444 $(DIST_NAME)/initscan.c @chmod +w $(DIST_NAME)/Makefile.in tar chf $(DIST_NAME).tar $(DIST_NAME) - $(COMPRESS) $(DIST_NAME).tar + compress <$(DIST_NAME).tar >$(DIST_NAME).tar.Z + gzip <$(DIST_NAME).tar >$(DIST_NAME).tar.gz Makefile: Makefile.in config.status $(SHELL) config.status -- 2.40.0