Skip to content

Commit

Permalink
Hopefully fix #8842, objconv dependency not right
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Oct 29, 2014
1 parent 2d5671f commit dbcd503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ ifeq ($(USE_BLAS64), 1)
OPENBLAS_BUILD_OPTS += INTERFACE64=1 SYMBOLSUFFIX="64_"
ifeq ($(OS), Darwin)
OPENBLAS_BUILD_OPTS += OBJCONV=$(JULIAHOME)/deps/objconv/objconv
$(OPENBLAS_OBJ_SOURCE): $(OBJCONV_SOURCE)
$(OPENBLAS_OBJ_SOURCE): $(OBJCONV_TARGET)
endif
endif

Expand Down

0 comments on commit dbcd503

Please sign in to comment.