From 23d4cf9c6b3efbdfda8be988ec5ce715b9f268ab Mon Sep 17 00:00:00 2001 From: darthgandalf Date: Wed, 22 Dec 2010 14:50:06 +0000 Subject: [PATCH] This is bindings for Perl language, not for it's interpreter, so fix UI in Makefile. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2191 726aef4b-f618-498e-8847-2d620e286838 --- modules/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Makefile.in b/modules/Makefile.in index 798b8a40..3f2692a3 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -134,14 +134,14 @@ clean: modperl.so: modperl/ZNC.so modperl/swigperlrun.h modperl/ZNC.so: modperl/ZNC.cpp Makefile - $(E) Building ZNC perl bindings library... + $(E) Building ZNC Perl bindings library... $(Q)$(CXX) $(MODFLAGS) $(LDFLAGS) $(MODLINK) -I$(srcdir) $(PERLCOMMON) -o $@ $< ifneq "$(SWIG)" "" modperl/swigperlrun.h: @mkdir -p modperl $(Q)$(SWIG) -perl5 -c++ -shadow -external-runtime $@ modperl/ZNC.cpp: modperl/modperl.i Makefile modperl/module.h modperl/CString.i - $(E) Generating ZNC API for perl... + $(E) Generating ZNC API for Perl... @mkdir -p modperl $(Q)$(SWIG) -perl5 -c++ -shadow -outdir modperl -I$(srcdir) -w362,315,401,402 -o $@.warn $< $(Q)$(PERL) -pe '$$x==2 and print "items+=0;" and $$x=3;/^XS\(SWIG_init\)/ and $$x=1;$$x==1 and /dXSARGS/ and $$x=2' $@.warn > $@