d4fae70a创建于 2024年10月3日历史提交
--- tpm2-tools-5.7/Makefile.am.orig	2024-10-03 00:23:16.260275300 +0800
+++ tpm2-tools-5.7/Makefile.am	2024-10-03 00:23:23.526223900 +0800
@@ -664,5 +664,4 @@
 # If pandoc is not enabled, we want to complain that you need pandoc for make dist,
 # so hook the target and complain.
 	@(>&2 echo "You do not have pandoc, a requirement for the distribution of manpages")
-	@exit 1
 endif
--- tpm2-tools-5.7/Makefile.in.orig	2024-10-03 00:23:31.203893900 +0800
+++ tpm2-tools-5.7/Makefile.in	2024-10-03 00:23:40.973683600 +0800
@@ -6587,7 +6587,6 @@
 # If pandoc is not enabled, we want to complain that you need pandoc for make dist,
 # so hook the target and complain.
 @HAVE_PANDOC_FALSE@	@(>&2 echo "You do not have pandoc, a requirement for the distribution of manpages")
-@HAVE_PANDOC_FALSE@	@exit 1
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.