From 3039501eeeb280c2bd6dae91a9471f8372c52698 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 25 Jan 2012 10:32:24 -0800 Subject: [PATCH] Makefiles: Define dist_man_MANS before trying to add to it. Fixes Automake complaint: utilities/automake.mk:2: dist_man_MANS must be set with `=' before using `+=' Reported-by: John Darrington --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3d2e6916..48ec5073 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ noinst_LTLIBRARIES= noinst_PROGRAMS= check_PROGRAMS= bin_PROGRAMS= -man_MANS = +dist_man_MANS = DIST_HOOKS = INSTALL_DATA_HOOKS = UNINSTALL_DATA_HOOKS = -- 2.30.2