comparison src/octave.mk @ 3334:324937497c32

Remove 'remove' from JIT disable option src/octave.mk: removed 'Remove' in Remove $(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS
author John Donoghue <john.donoghue@ieee.org>
date Sat, 23 Nov 2013 20:09:17 -0500
parents 4372645ff7e3
children b251f4358147
comparison
equal deleted inserted replaced
3333:4372645ff7e3 3334:324937497c32
13 $(PKG)_DEPS := arpack curl fftw fltk $($(PKG)_FONTCONFIG) gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qhull qrupdate qscintilla qt readline suitesparse texinfo zlib 13 $(PKG)_DEPS := arpack curl fftw fltk $($(PKG)_FONTCONFIG) gl2ps glpk gnuplot graphicsmagick hdf5 lapack pcre pstoedit qhull qrupdate qscintilla qt readline suitesparse texinfo zlib
14 ifeq ($(ENABLE_JIT),yes) 14 ifeq ($(ENABLE_JIT),yes)
15 $(PKG)_DEPS += llvm 15 $(PKG)_DEPS += llvm
16 $(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS := --enable-jit 16 $(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS := --enable-jit
17 else 17 else
18 Remove $(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS := --disable-jit 18 $(PKG)_ENABLE_JIT_CONFIGURE_OPTIONS := --disable-jit
19 endif 19 endif
20 20
21 ifeq ($(ENABLE_JAVA),no) 21 ifeq ($(ENABLE_JAVA),no)
22 $(PKG)_ENABLE_JAVA_CONFIGURE_OPTIONS := --disable-java 22 $(PKG)_ENABLE_JAVA_CONFIGURE_OPTIONS := --disable-java
23 endif 23 endif