summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-06-08 18:17:46 +0100
committerRichard Jones <rjones@redhat.com>2010-06-08 18:18:06 +0100
commita043b6854a0c4c40726746c0e29d2a183b25ec62 (patch)
treee4d72682cb26501685c3db6804c5a6abc2cb4fb2 /perl
parentd706d7d40e81abac28eb00f8b103db28a282f854 (diff)
downloadlibguestfs-a043b6854a0c4c40726746c0e29d2a183b25ec62.tar.gz
libguestfs-a043b6854a0c4c40726746c0e29d2a183b25ec62.tar.xz
libguestfs-a043b6854a0c4c40726746c0e29d2a183b25ec62.zip
Revert "perl: Rerun configure if MAX_PROC_NR changes."
This reverts commit f8ee7869f4836427109959cf20e299a31fa86eaf.
Diffstat (limited to 'perl')
-rw-r--r--perl/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl/Makefile.am b/perl/Makefile.am
index e1a64559..c1922900 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.