From 4740336c3f8f4877d4cfa3423c420cebbb146195 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 29 Jul 2001 04:51:29 +0000 Subject: [PATCH] fix git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1678 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 4531dcea..14071459 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -104,7 +104,7 @@ all-local: if [ "x$(PERL_LIB_DIR)" = "x" ]; then \ $(perlpath) Makefile.PL; \ else \ - $(perlpath) Makefile.PL LIB=$(PERL_LIB_DIR) PREFIX=$(PERL_LIB_DIR) INSTALLDIRS=perl; \ + $(perlpath) Makefile.PL PREFIX=$(PERL_LIB_DIR) INSTALLDIRS=perl; \ fi; \ fi && \ ($(MAKE) || $(MAKE)) && \