>From a674452ac63b00560a1d82bfaa2a4cf9425bc54f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 6 Feb 2024 16:23:43 +0100 Subject: [PATCH] Fix a "make install" failure with FreeBSD 'make'. * Makefile.am (do-nothing-on-sub-package-mode-install): Don't invoke nonexistent 'exit' command. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 910b0aa..461d56c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2202,7 +2202,6 @@ do-nothing-on-sub-package-mode-install: @echo "mode." @echo "This is by design, and not an error: succeeding, so as not to" @echo "break the install or distcheck rules." - @exit 0 install: do-nothing-on-sub-package-mode-install install-data: do-nothing-on-sub-package-mode-install install-exec: do-nothing-on-sub-package-mode-install -- 2.34.1