diff options
-rw-r--r-- | math/gotoblas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 9bf68190a196..1b30bd106b94 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -100,7 +100,7 @@ post-patch: ${WRKSRC}/lapack/laswp/Makefile \ ${WRKSRC}/reference/Makefile ${REINPLACE_CMD} -e "s+(ARCH)+(ARCH_)+" \ - -e 's+${CROSS_SUFFIX}+${LOCALBASE}/bin/+' \ + -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \ ${WRKSRC}/Makefile.system .if defined(WITH_OPENMP) ${REINPLACE_CMD} -e "s+GOTO_NUM_THREADS+OMP_NUM_THREADS+g" \ |