scilab: fix error in test-suite INCLUDES
This commit is contained in:
parent
44e30da73d
commit
caaba294d6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ include $(srcdir)/../common.mk
|
|||
# overriden variables
|
||||
SRCDIR = ../$(srcdir)/
|
||||
SCRIPTDIR = .
|
||||
INCLUDES = $(abspath ../$(srcdir))
|
||||
INCLUDES = $(abspath $(srcdir)/..)
|
||||
|
||||
# local variables
|
||||
TEST_DIR = $*.dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue