Revert "perl: Rerun configure if MAX_PROC_NR changes."

This reverts commit f8ee7869f4.
This commit is contained in:
Richard Jones
2010-06-08 18:17:46 +01:00
parent d706d7d40e
commit a043b6854a

View 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.