Revert "Scilab: add Scilab in makefile check version targets"

This reverts commit 66edc244b9.
This commit is contained in:
Simon Marchetto 2013-08-09 14:46:39 +02:00
commit ff25d2c536
3 changed files with 4 additions and 14 deletions

View file

@ -1577,7 +1577,6 @@ SCILAB_LIB = @SCILABLIB@
SCILAB = @SCILAB@
SCILABOPT =
SCILAB_START_OPT = @SCILABSTARTOPT@
SCILAB_VERSION = @SCILABVERSION@
# ----------------------------------------------------------------
# Build a C dynamically loadable module
@ -1637,13 +1636,6 @@ scilab_run:
scilab_debug:
@env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH SCILABPATH=$(srcdir):$$SCILABPATH $(SCILAB) -noatomsautoload -nb -debug -f runme.sci
# -----------------------------------------------------------------
# Version display
# -----------------------------------------------------------------
scilab_version:
echo $(SCILAB_VERSION)
# -----------------------------------------------------------------
# Cleaning the scilab examples
# -----------------------------------------------------------------