File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ ifdef SYMBOLSUFFIX
8686 @sed 's/openblas[^() ]*/&$(SYMBOLSUFFIX)/g' cblas.tmp2 > cblas.tmp
8787 #change back any openblas_complex_float and double that got hit
8888 @sed 's/\(openblas_complex_\)\([^ ]*\)$(SYMBOLSUFFIX)/\1\2 /g' cblas.tmp > cblas.tmp2
89- @sed 's/goto[^() ]*/&$(SYMBOLSUFFIX)/g' cblas.tmp2 > cblas.tmp3
89+ @sed 's/goto[^() ]*/&$(SYMBOLSUFFIX)/g' cblas.tmp2 > cblas.tmp
9090endif
91- @sed 's/OPENBLAS_EXPORT //' cblas.tmp3 > cblas.tmp
92- @sed 's/common/openblas_config/g' cblas.tmp > "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/cblas.h"
91+ @sed 's/OPENBLAS_EXPORT //' cblas.tmp > cblas.tmp2
92+ @sed 's/common/openblas_config/g' cblas.tmp2 > "$(DESTDIR)$(OPENBLAS_INCLUDE_DIR)/cblas.h"
9393endif
9494
9595ifneq ($(OSNAME), AIX)
You can’t perform that action at this time.
0 commit comments