From d7e08514f118fa5d3421c9edac686e2e1c420f52 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 26 Apr 2015 14:01:25 -0300 Subject: 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 Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-70-g09d2