From d0c5f27ed38390d453b47bfcf8fd6fca2441387d Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 16 Feb 2014 16:54:48 +0100 Subject: [PATCH] OpenSSL make depend :S --- src/build/compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/build/compile.sh b/src/build/compile.sh index 87c9c7c7d..c871e192f 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -239,6 +239,7 @@ no-hw \ no-engines \ $CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1 echo -n " compiling..." +make depend -j $THREADS >> "$DIR/install.log" 2>&1 make -j $THREADS >> "$DIR/install.log" 2>&1 echo -n " installing..." make install >> "$DIR/install.log" 2>&1