doc/automake: Use correct syntax for configuring native build
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 10 Apr 2021 07:05:31 +0000 (09:05 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 10 Apr 2021 07:05:31 +0000 (09:05 +0200)
doc/automake.mk

index c38de5535c9df766de54797ca0c5898dfdcf8021..b928691085d4ecefd4d0556dfbba6b13ede7ced6 100644 (file)
@@ -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)