OpenSSL make depend :S

This commit is contained in:
Shoghi Cervantes 2014-02-16 16:54:48 +01:00
parent 65940719c2
commit d0c5f27ed3

View File

@ -239,6 +239,7 @@ no-hw \
no-engines \ no-engines \
$CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1 $CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1
echo -n " compiling..." echo -n " compiling..."
make depend -j $THREADS >> "$DIR/install.log" 2>&1
make -j $THREADS >> "$DIR/install.log" 2>&1 make -j $THREADS >> "$DIR/install.log" 2>&1
echo -n " installing..." echo -n " installing..."
make install >> "$DIR/install.log" 2>&1 make install >> "$DIR/install.log" 2>&1