From b798bab24a8fd5a54e669b31da19bc393ab04ff5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 12 May 2010 20:48:06 -0400 Subject: [PATCH] makemac.sh updated for Data directory. --- makemac.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/makemac.sh b/makemac.sh index ac33ff1..1afe202 100755 --- a/makemac.sh +++ b/makemac.sh @@ -9,10 +9,10 @@ for arch in ppc i386 x86_64 ; do make -f makefile.old macosx=true macosx_arch=$arch clean make -f makefile.old macosx=true macosx_arch=$arch -j$NCPU # We always strip here. For debugging, you should do "make" directly. - strip run/lugaru-$arch - BINS="$BINS run/lugaru-$arch" + strip Data/lugaru-$arch + BINS="$BINS Data/lugaru-$arch" done -rm -f run/lugaru-bin -lipo -create -o run/lugaru-bin $BINS +rm -f Data/lugaru-bin +lipo -create -o Data/lugaru-bin $BINS -- 2.39.5