Revert "perl: Rerun configure if MAX_PROC_NR changes."
authorRichard Jones <rjones@redhat.com>
Tue, 8 Jun 2010 17:17:46 +0000 (18:17 +0100)
committerRichard Jones <rjones@redhat.com>
Tue, 8 Jun 2010 17:18:06 +0000 (18:18 +0100)
This reverts commit f8ee7869f4836427109959cf20e299a31fa86eaf.

perl/Makefile.am

index e1a6455..c192290 100644 (file)
@@ -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.