bird: minor update

This commit is contained in:
Matous Holinka
2019-11-13 10:33:18 +01:00
parent 9656129294
commit 1208e97066
+2 -2
View File
@@ -157,8 +157,8 @@ docker_fedora-30-amd64:
- autoreconf
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
# Detect which make is available
- MAKE=make
- which gmake 2>/dev/null >/dev/null && MAKE=gmake
- MAKE=gmake
#- which gmake 2>/dev/null >/dev/null && MAKE=gmake
- $MAKE
# Run tests if they are available
- $MAKE check