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