Corrected typo that prevented "make" and "make install".

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2183 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura 2008-04-01 11:59:33 +00:00
parent 12e7b2c9ab
commit 80689e734d
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ all: startup
@INSTALL_DLLS@ (cd library/rltree; make)
@INSTALL_DLLS@ (cd library/system; make)
@INSTALL_DLLS@ (cd library/tries; make)
@INSTALL_DLLS@ (cd library/rltrees; make)
@INSTALL_DLLS@ (cd library/rltree; make)
@INSTALL_DLLS@ (cd library/lammpi; make)
@INSTALL_DLLS@ (cd library/matrix; make)
@INSTALL_MATLAB@ (cd library/matlab; make)