From b31ddb787d79bb3383dda95db76f18d1651132e8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 23 Jan 2013 14:56:44 +0100 Subject: [PATCH] * src/bin/man/Makefile.am (common_dep): Fix dependency. --- src/bin/man/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/man/Makefile.am b/src/bin/man/Makefile.am index 300ea97f3..cf4d03c08 100644 --- a/src/bin/man/Makefile.am +++ b/src/bin/man/Makefile.am @@ -1,5 +1,5 @@ ## -*- coding: utf-8 -*- -## Copyright (C) 2012 Laboratoire de Recherche et Développement +## Copyright (C) 2012, 2013 Laboratoire de Recherche et Développement ## de l'Epita (LRDE). ## ## This file is part of Spot, a model checking library. @@ -17,7 +17,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -common_dep = $(top_builddir)/configure.ac +common_dep = $(top_srcdir)/configure.ac x_to_1 = $(top_builddir)/tools/x-to-1 convman = ARGP_HELP_FMT=header-col=0 $(SHELL) "$(x_to_1)" \ "$(PERL)" "$(top_srcdir)/tools/help2man -N -L 'en_US.UTF-8'"