From: Richard Jones Date: Tue, 8 Jun 2010 17:17:46 +0000 (+0100) Subject: Revert "perl: Rerun configure if MAX_PROC_NR changes." X-Git-Tag: 1.3.20~1 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=a043b6854a0c4c40726746c0e29d2a183b25ec62 Revert "perl: Rerun configure if MAX_PROC_NR changes." This reverts commit f8ee7869f4836427109959cf20e299a31fa86eaf. --- 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.