diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-05-04 18:12:44 +0200 |
---|---|---|
committer | Pierre MARECHAL <pierre.marechal@scilab.org> | 2010-05-05 15:02:49 +0200 |
commit | a06ec4ac9f39c755d6423edb4fb8eaac4efe5e53 (patch) | |
tree | debebb04478628f1ba4ea15cc9a0de55b90e0e9e /scilab/modules/data_structures | |
parent | 473206dd0b09f17e585333c9c52529c8147a48cf (diff) | |
download | scilab-a06ec4ac9f39c755d6423edb4fb8eaac4efe5e53.zip scilab-a06ec4ac9f39c755d6423edb4fb8eaac4efe5e53.tar.gz |
new argument added by GIWS version 1.1.0
Change-Id: I672e420d83d417093fd30171d2558930ffcf7452
Diffstat (limited to 'scilab/modules/data_structures')
-rw-r--r-- | scilab/modules/data_structures/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/data_structures/Makefile.in b/scilab/modules/data_structures/Makefile.in index 089c37d..f28828f 100644 --- a/scilab/modules/data_structures/Makefile.in +++ b/scilab/modules/data_structures/Makefile.in | |||
@@ -1179,7 +1179,7 @@ check-code: | |||
1179 | @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \ | 1179 | @GIWS_TRUE@ if test -n "$(GIWS_WRAPPERS)"; then \ |
1180 | @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \ | 1180 | @GIWS_TRUE@ for file in $(GIWS_WRAPPERS) ; do \ |
1181 | @GIWS_TRUE@ echo "GIWS process of $$file ..."; \ | 1181 | @GIWS_TRUE@ echo "GIWS process of $$file ..."; \ |
1182 | @GIWS_TRUE@ $(GIWS_BIN) --output-dir $$GIWS_OUTPUTDIR --throws-exception-on-error --description-file $$file; \ | 1182 | @GIWS_TRUE@ $(GIWS_BIN) --disable-return-size-array --output-dir $$GIWS_OUTPUTDIR --throws-exception-on-error --description-file $$file; \ |
1183 | @GIWS_TRUE@ done; \ | 1183 | @GIWS_TRUE@ done; \ |
1184 | @GIWS_TRUE@ fi | 1184 | @GIWS_TRUE@ fi |
1185 | 1185 | ||