contrib/rpm: fix build_clean.sh --quick after removing shared/Makefile.am

Fixes: 24f566afa0
This commit is contained in:
Thomas Haller 2016-10-14 09:59:06 +02:00
parent 0539725aef
commit 54f701b95c

View file

@ -113,7 +113,6 @@ if [[ $NO_DIST != 1 ]]; then
./autogen.sh --enable-gtk-doc || die "Error autogen.sh"
if [[ $QUICK == 1 ]]; then
make -C shared || die "Error make -C shared"
make -C introspection || die "Error make -C introspection"
make -C libnm-core || die "Error make -C libnm-core"
make -C libnm || die "Error make -C libnm"