diff options
author | jofret | 2008-07-03 08:09:50 +0000 |
---|---|---|
committer | jofret | 2008-07-03 08:09:50 +0000 |
commit | 1171dbe982f43d277889571463dc3e90120ca6a4 (patch) | |
tree | a2925b1b6004fa242d047b17edc5d15a48448054 /src/string/Makefile.in | |
parent | 031e14b714c318c07efb6b7d4e407414dd7c7eb5 (diff) | |
download | scilab2c-1171dbe982f43d277889571463dc3e90120ca6a4.tar.gz scilab2c-1171dbe982f43d277889571463dc3e90120ca6a4.tar.bz2 scilab2c-1171dbe982f43d277889571463dc3e90120ca6a4.zip |
Built correction
Diffstat (limited to 'src/string/Makefile.in')
-rw-r--r-- | src/string/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/string/Makefile.in b/src/string/Makefile.in index fc6d2f07..848760a9 100644 --- a/src/string/Makefile.in +++ b/src/string/Makefile.in @@ -165,10 +165,8 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = \ - disp\ - string \ - include +SUBDIRS = disp \ + #string all: all-recursive |