From ec5922d7c5f3c49ebdfa1c23d996960a95c00aea Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 18 Jun 1997 14:52:38 +0000 Subject: [PATCH] Use tar instead of gtar. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e824319..b263b40 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 0.4 1997-06-18 14:51:50 morioka Exp $ +# $Id: Makefile,v 0.5 1997-06-18 14:52:38 morioka Exp $ # VERSION = 0.88 @@ -8,7 +8,7 @@ SHELL = /bin/sh MAKE = make CC = gcc CFLAGS = -O2 -TAR = gtar +TAR = tar RM = /bin/rm -f CP = /bin/cp -p EMACS = emacs -- 1.7.10.4