From ca5f3ef6d3fc1293c2be6b531e3ab782b8c7af6e Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 26 Dec 2020 13:23:53 +0100 Subject: [PATCH 1/1] Make cross-building slightly more reliable --- doc/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/automake.mk b/doc/automake.mk index b9fe0edc90..def0dbf395 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -190,7 +190,7 @@ pspp_output = native/utilities/pspp-output native/Makefile: $(MKDIR_P) native - (cd native && $(top_srcdir)/configure --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