diff options
author | simon | 2008-07-02 08:48:16 +0000 |
---|---|---|
committer | simon | 2008-07-02 08:48:16 +0000 |
commit | 15c7c1cc91dccc116c3385f64ec94cb40bbf43ce (patch) | |
tree | c89eaad17d42e8480b3e2a9743ea4a7776b66fa6 /src/Makefile.in | |
parent | 2d38040251ca5667cac46b7cbff3a067d267b3f8 (diff) | |
download | scilab2c-15c7c1cc91dccc116c3385f64ec94cb40bbf43ce.tar.gz scilab2c-15c7c1cc91dccc116c3385f64ec94cb40bbf43ce.tar.bz2 scilab2c-15c7c1cc91dccc116c3385f64ec94cb40bbf43ce.zip |
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 674fb207..22d7b222 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -188,8 +188,8 @@ SUBDIRS = lib/blas \ auxiliaryFunctions \ statisticsFunctions \ matrixOperations \ - implicitList #\ - #operations + implicitList \ + string all: all-recursive |