From bab5a36d39e5fb07b68c45c69da4a5ca65e1bb8d Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 16 Feb 2014 17:10:04 +0100 Subject: [PATCH] Well, I found what broke everything --- src/build/compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index e505c0206..d46bbbd89 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -239,8 +239,8 @@ 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 +make depend >> "$DIR/install.log" 2>&1 +make >> "$DIR/install.log" 2>&1 echo -n " installing..." make install >> "$DIR/install.log" 2>&1 echo -n " cleaning..."