ports/devel/bison/patches/patch-Makefile_in

15 lines
527 B
Text
Raw Normal View History

Breaking the "bison.help: bison" dependency is non-trivial with MAKE_JOBS>1;
instead make the problematic target a NOOP.
2023-08-16 22:26:55 +00:00
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
@@ -9579,6 +9579,7 @@ doc/$(am__dirstamp):
@: > doc/$(am__dirstamp)
2023-08-16 22:26:55 +00:00
$(srcdir)/doc/bison.info: doc/bison.texi $(srcdir)/doc/version.texi $(doc_bison_TEXINFOS)
+neutered-bison-info:
$(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
am__cwd=`pwd` && $(am__cd) $(srcdir) && \
rm -rf $$backupdir && mkdir $$backupdir && \