Don't fail compilation of modperl/python if they are first

This commit is contained in:
Alexey Sokolov
2012-10-06 21:10:55 +07:00
parent a85735a641
commit a6ec0c9e55
2 changed files with 2 additions and 2 deletions

View File

@@ -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