scilab: fix comment typo

This commit is contained in:
Simon Marchetto 2014-07-24 17:14:42 +02:00
commit f602d6209e

View file

@ -1705,7 +1705,7 @@ r_clean:
SCILAB = @SCILAB@
SCILAB_OPT = @SCILABOPT@
# Scialb build need include absolute paths
# Scilab build need include absolute paths
ifeq (,$(SRCDIR))
SRCDIR_INCLUDE = -I$(abspath .)
else