We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f426a1 commit 29fce00Copy full SHA for 29fce00
build/pkgs/maxima/spkg-install.in
@@ -20,6 +20,10 @@ cd src/
20
# Use newer version of config.guess and config.sub (see Trac #19734)
21
cp "$SAGE_ROOT"/config/config.* .
22
23
+# Patch out bad 'multiple targets' rule
24
+# https://github.com/sagemath/sage/pull/35619#issuecomment-1567351409
25
+sed -i.bak 's/^maxima_singlepage.html //' doc/info/Makefile.in
26
+
27
# Note that maxima configure checks for git and, if it finds it, uses
28
# versions information from the repo. See #15529. We disable this with
29
# git_found=false
0 commit comments