diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2008-02-11 22:51:18 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2008-02-11 22:51:18 +0000 |
commit | bd8761fb189bf1f26759309ce2c86adf50b78bca (patch) | |
tree | cb989db076793a6a119ab5872ab7f8f2e817847c /scilab/modules/Makefile.am | |
parent | e0687e507ae578e3ab3c203c188d73cabc0e10c8 (diff) | |
download | scilab-bd8761fb189bf1f26759309ce2c86adf50b78bca.zip scilab-bd8761fb189bf1f26759309ce2c86adf50b78bca.tar.gz |
Compilation order changed (completion before the shell)
Diffstat (limited to 'scilab/modules/Makefile.am')
-rw-r--r-- | scilab/modules/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scilab/modules/Makefile.am b/scilab/modules/Makefile.am index ffe8267..f31d371 100644 --- a/scilab/modules/Makefile.am +++ b/scilab/modules/Makefile.am | |||
@@ -37,8 +37,8 @@ symbolic \ | |||
37 | tclsci \ | 37 | tclsci \ |
38 | sparse \ | 38 | sparse \ |
39 | io \ | 39 | io \ |
40 | shell \ | ||
41 | completion \ | 40 | completion \ |
41 | shell \ | ||
42 | history_manager \ | 42 | history_manager \ |
43 | action_binding \ | 43 | action_binding \ |
44 | console \ | 44 | console \ |