]> git.saurik.com Git - apple/security.git/blobdiff - SecuritySNACCRuntime/MacOSX-Install
Security-54.tar.gz
[apple/security.git] / SecuritySNACCRuntime / MacOSX-Install
index 5151357af4acdee935f72e7dcc6c79ed4e261e85..84f54770d9a17ea5bdc04877c4c8a0ad765e902f 100755 (executable)
@@ -3,11 +3,12 @@ export LEXLIB="-ll"
 export CFLAGS="-DMACOS -DYYTEXT_POINTER"
 export srcdir=`pwd`
 echo === running configure....
+chmod a+x configure
 ./configure
 rm -f c++-lib/inc/config.h
 cp -p config.h c++-lib/inc
 echo === running make depend for $srcdir....
 make depend srcdir=$srcdir
-echo === running make all....
+echo === running make compiler....
 #make all srcdir=$srcdir
 make compiler srcdir=$srcdir