From 5600ac92e6ed1c5e967aadfefd06e9ddcbaa967c Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 9 Sep 2003 15:10:14 +0000 Subject: - added standard tools tar and unzip --- Makefile.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.config b/Makefile.config index e16a2361a8..9118a785b7 100644 --- a/Makefile.config +++ b/Makefile.config @@ -59,6 +59,7 @@ DIRNAME ?= dirname ECHO ?= echo FIND ?= find GREP ?= grep +IA ?= build INSTALL ?= $(PROJECT_SUPPORTDIR)/scripts/install JAR ?= jar JAVA ?= java @@ -72,9 +73,11 @@ RM ?= rm -f SCSH ?= scsh SED ?= sed SORT ?= sort +TAR ?= tar TOUCH ?= touch TR ?= tr UNIX2DOS ?= $(RECODE) ..pc +UNZIP ?= unzip WC ?= wc XARGS ?= xargs ZIP ?= zip -- cgit v1.2.3