1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1678 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-07-29 04:51:29 +00:00 committed by cras
parent c4fe917be3
commit 4740336c3f

View File

@ -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)) && \