Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Added forgotten backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
siko1056 committed Mar 21, 2016
1 parent 8741a14 commit 039edcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ $(BUILD_DIR)/octave/run-octave: $(SRC_CACHE)/octave-$(OCTAVE_VER).tar.gz \
&& mv octave-$(OCTAVE_VER) octave
export LD_LIBRARY_PATH=$(LIBS_DIR)/lib
cd $(BUILD_DIR)/octave \
&& ./configure $(OCTAVE_CONFIG_FLAGS) && $(MAKE)
&& ./configure $(OCTAVE_CONFIG_FLAGS) && $(MAKE) \
&& $(MAKE) check LD_LIBRARY_PATH='$(LIBS_DIR)/lib'

octave: $(BUILD_DIR)/octave/run-octave

0 comments on commit 039edcc

Please sign in to comment.