X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fautomake.mk;h=b928691085d4ecefd4d0556dfbba6b13ede7ced6;hb=cbb7b5901e2e6bc7b646ef0bfcab121a8ad567da;hp=b9fe0edc903b4491908e954a5f4eb17dcdc5152e;hpb=28ca75c15c6f7795b3623d803632cfaf7b9040b1;p=pspp diff --git a/doc/automake.mk b/doc/automake.mk index b9fe0edc90..b928691085 100644 --- a/doc/automake.mk +++ b/doc/automake.mk @@ -61,8 +61,7 @@ doc_pspp_dev_TEXINFOS = doc/version-dev.texi \ doc/dev/portable-file-format.texi \ doc/dev/spv-file-format.texi \ doc/dev/tlo-file-format.texi \ - doc/dev/encrypted-file-wrappers.texi \ - doc/dev/q2c.texi + doc/dev/encrypted-file-wrappers.texi dist_man_MANS += doc/pspp.1 \ doc/psppire.1 @@ -190,7 +189,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)