From a6ec0c9e55fce9d481882c19f277225ec36ff5d0 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Sat, 6 Oct 2012 21:10:55 +0700 Subject: [PATCH] Don't fail compilation of modperl/python if they are first --- modules/modperl/Makefile.gen | 2 +- modules/modpython/Makefile.gen | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/modperl/Makefile.gen b/modules/modperl/Makefile.gen index 42bcb4a5..0e79b3c7 100644 --- a/modules/modperl/Makefile.gen +++ b/modules/modperl/Makefile.gen @@ -25,7 +25,7 @@ modperl/swigperlrun.h: modperl/ZNC.cpp: modperl/modperl.i modperl/module.h modperl/CString.i $(E) Generating ZNC API for Perl... - @mkdir -p modperl + @mkdir -p modperl .depend $(Q)$(SWIG) -perl5 -c++ -shadow -outdir modperl -I$(srcdir) -I$(srcdir)/../swig_lib/perl5 -MD -MF .depend/modperl.swig.dep -w362,315,401,402 -o $@ $< modperl/ZNC.pm: modperl/ZNC.cpp diff --git a/modules/modpython/Makefile.gen b/modules/modpython/Makefile.gen index de112588..31535c30 100644 --- a/modules/modpython/Makefile.gen +++ b/modules/modpython/Makefile.gen @@ -25,7 +25,7 @@ modpython/swigpyrun.h: modpython/_znc_core.cpp: modpython/modpython.i modpython/module.h modpython/cstring.i $(E) Generating ZNC API for python... - @mkdir -p modpython + @mkdir -p modpython .depend $(Q)$(SWIG) -python -py3 -c++ -shadow -outdir modpython -I$(srcdir) -I$(srcdir)/../swig_lib/python -MD -MF .depend/modpython.swig.dep -w362,315,401 -o $@ $< modpython/znc_core.py: modpython/_znc_core.cpp