From 2262dde3ac9b8eeb7790fabdf31128fd2b7c31ba Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 4 Sep 1999 23:39:29 +0000 Subject: gzip -> ${GZIP_CMD} gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD} --- math/bihar/Makefile | 2 +- math/fftpack/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 347ef9f54233..68528099400c 100644 --- a/math/bihar/Makefile +++ b/math/bihar/Makefile @@ -23,7 +23,7 @@ EXTRACT_AFTER_ARGS= # empty .include post-extract: - gunzip $(WRKSRC)/*.f.gz + ${GUNZIP} $(WRKSRC)/*.f.gz pre-build: ${RM} $(WRKSRC)/.depend diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 347ef9f54233..68528099400c 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -23,7 +23,7 @@ EXTRACT_AFTER_ARGS= # empty .include post-extract: - gunzip $(WRKSRC)/*.f.gz + ${GUNZIP} $(WRKSRC)/*.f.gz pre-build: ${RM} $(WRKSRC)/.depend -- cgit v1.2.3