From 80689e734d0a6e99448b5f667277d149d638e372 Mon Sep 17 00:00:00 2001 From: pmoura Date: Tue, 1 Apr 2008 11:59:33 +0000 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 76c055027..7d382f512 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)