From 29750abbb77e892f937b6551984df1952b4163a1 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 10 Apr 2021 09:05:31 +0200 Subject: [PATCH] doc/automake: Use correct syntax for configuring native build --- doc/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/automake.mk b/doc/automake.mk index c38de5535c..b928691085 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -189,7 +189,7 @@ pspp_output = native/utilities/pspp-output native/Makefile: $(MKDIR_P) native - (cd native && $(abs_top_srcdir)/configure --host=$$build --without-gui) + (cd native && $(abs_top_srcdir)/configure --host=$(build) --without-gui) native/gl/libgl.la: native/Makefile (cd native && flock --verbose $(top_builddir)/native-lock $(MAKE) gl/libgl.la) -- 2.30.2