aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configuration.ccl2
-rw-r--r--configure.sh (renamed from BLAS.sh)2
2 files changed, 2 insertions, 2 deletions
diff --git a/configuration.ccl b/configuration.ccl
index 30b30af..8a8c58e 100644
--- a/configuration.ccl
+++ b/configuration.ccl
@@ -2,7 +2,7 @@
PROVIDES BLAS
{
- SCRIPT BLAS.sh
+ SCRIPT configure.sh
LANG bash
OPTIONS BLAS_DIR BLAS_INSTALL_DIR BLAS_LIBS
}
diff --git a/BLAS.sh b/configure.sh
index 356fd15..507cc92 100644
--- a/BLAS.sh
+++ b/configure.sh
@@ -81,7 +81,7 @@ then
fi
if [ -e ${DONE_FILE} -a ${DONE_FILE} -nt ${SRCDIR}/dist/${TARNAME}.tar.gz \
- -a ${DONE_FILE} -nt ${SRCDIR}/BLAS.sh ]
+ -a ${DONE_FILE} -nt ${SRCDIR}/configure.sh ]
then
echo "BEGIN MESSAGE"
echo "BLAS has already been built; doing nothing"