From a043b6854a0c4c40726746c0e29d2a183b25ec62 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 8 Jun 2010 18:17:46 +0100 Subject: [PATCH] Revert "perl: Rerun configure if MAX_PROC_NR changes." This reverts commit f8ee7869f4836427109959cf20e299a31fa86eaf. --- perl/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl/Makefile.am b/perl/Makefile.am index e1a6455..c192290 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -61,8 +61,7 @@ INSTALLDIRS = site all: Makefile-pl src_deps $(MAKE) -f Makefile-pl -Makefile-pl: Makefile.PL $(top_srcdir)/src/MAX_PROC_NR - cd $(top_srcdir) && ./config.status --recheck +Makefile-pl: Makefile.PL perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix) # No! Otherwise it is deleted before the clean-local rule runs. -- 1.8.3.1