From 9f8a1c6f7830124181d62b778b7c851bf2e7cb47 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 17 Feb 2008 13:02:24 +0000 Subject: [PATCH] *** empty log message *** --- dkppc/scripts/build-crtls.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dkppc/scripts/build-crtls.sh b/dkppc/scripts/build-crtls.sh index eeb385c..b786bca 100644 --- a/dkppc/scripts/build-crtls.sh +++ b/dkppc/scripts/build-crtls.sh @@ -22,10 +22,9 @@ then touch built-libogc fi -echo "installing libogc ..." if [ ! -f installed-libogc ] then - echo "building libogc ..." + echo "installing libogc ..." $MAKE install touch installed-libogc fi