mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
34c88f9a15
commit
d7e08514f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue