Skip to content

Commit 17a5e1e

Browse files
committed
remove unneded patching of Makefile
(cherry picked from commit 2a2ba37)
1 parent 346199d commit 17a5e1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/blas.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ endif
9393
OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0
9494

9595
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/source-extracted
96-
perl -i -ple 's/^\s*(EXTRALIB\s*\+=\s*-lSystemStubs)\s*$$/# $$1/g' $(dir $<)/Makefile.system
9796
echo 1 > $@
9897

9998
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured

0 commit comments

Comments
 (0)