From 554d06b13a5fcc822852abe693c60b1fe320912c Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 9 Sep 1999 11:00:04 +0000 Subject: ${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;) --- math/fftpack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/fftpack') diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 6852809..4c01f03 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_CMD} $(WRKSRC)/*.f.gz pre-build: ${RM} $(WRKSRC)/.depend -- cgit v1.1