git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d706d7d
)
Revert "perl: Rerun configure if MAX_PROC_NR changes."
author
Richard Jones
<rjones@redhat.com>
Tue, 8 Jun 2010 17:17:46 +0000
(18:17 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 8 Jun 2010 17:18:06 +0000
(18:18 +0100)
This reverts commit
f8ee7869f4836427109959cf20e299a31fa86eaf
.
perl/Makefile.am
patch
|
blob
|
history
diff --git
a/perl/Makefile.am
b/perl/Makefile.am
index
e1a6455
..
c192290
100644
(file)
--- 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.