From: John Darrington Date: Sat, 10 Apr 2021 07:05:31 +0000 (+0200) Subject: doc/automake: Use correct syntax for configuring native build X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=29750abbb77e892f937b6551984df1952b4163a1 doc/automake: Use correct syntax for configuring native build --- 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)