mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-07 03:58:01 +02:00
[check-plt.sh] Ensure that $MAKE is defined.
Copy the check from check-def.sh now that $MAKE is also used in check-plt.sh
This commit is contained in:
parent
92c744978f
commit
0b91240692
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ if ! which readelf 2>/dev/null >/dev/null; then
|
|||
fi
|
||||
|
||||
test -z "$srcdir" && srcdir=.
|
||||
test -z "$MAKE" && MAKE=make
|
||||
status=0
|
||||
|
||||
$MAKE check-has-hidden-symbols.i || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue