From: morioka Date: Wed, 18 Jun 1997 14:52:38 +0000 (+0000) Subject: Use tar instead of gtar. X-Git-Tag: semi-0_88~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ec5922d7c5f3c49ebdfa1c23d996960a95c00aea;p=elisp%2Fsemi.git Use tar instead of gtar. --- 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