summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@gmail.com>2015-04-26 14:01:25 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-04-26 12:17:17 -0700
commitd7e08514f118fa5d3421c9edac686e2e1c420f52 (patch)
tree69bcb46fdfb45ca27d8b2ee656a259ffddf7f24e /scripts
parent34c88f9a15cc2421841b67fbdf0e67c392968b41 (diff)
downloadsubsurface-d7e08514f118fa5d3421c9edac686e2e1c420f52.tar.gz
Always reconfigure libdivecomputer
After doing a make clean / make confclean the makefiles were erased and running the configure script again didn't created the makefile. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index d828858b6..812afd762 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -71,8 +71,8 @@ cd libdivecomputer
git checkout Subsurface-4.4
if [ ! -f configure ] ; then
autoreconf --install
- ./configure --prefix=$INSTALL_ROOT
fi
+./configure --prefix=$INSTALL_ROOT
make -j4
make install