Skip to content

Commit 6ee9441

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/blas.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ 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
97-
echo 1 > $@
96+
echo 1 > $@
9897

9998
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured
10099
echo $(MAKE) -C $(dir $<) $(OPENBLAS_BUILD_OPTS) # echo first, so we only print the error message below in a failure case

0 commit comments

Comments
 (0)