Skip to content

Commit

Permalink
Don't fail compilation of modperl/python if they are first
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthGandalf committed Oct 6, 2012
1 parent a85735a commit a6ec0c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/modperl/Makefile.gen
Expand Up @@ -25,7 +25,7 @@ modperl/swigperlrun.h:


modperl/ZNC.cpp: modperl/modperl.i modperl/module.h modperl/CString.i modperl/ZNC.cpp: modperl/modperl.i modperl/module.h modperl/CString.i
$(E) Generating ZNC API for Perl... $(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 $@ $< $(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 modperl/ZNC.pm: modperl/ZNC.cpp
Expand Down
2 changes: 1 addition & 1 deletion modules/modpython/Makefile.gen
Expand Up @@ -25,7 +25,7 @@ modpython/swigpyrun.h:


modpython/_znc_core.cpp: modpython/modpython.i modpython/module.h modpython/cstring.i modpython/_znc_core.cpp: modpython/modpython.i modpython/module.h modpython/cstring.i
$(E) Generating ZNC API for python... $(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 $@ $< $(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 modpython/znc_core.py: modpython/_znc_core.cpp
Expand Down

0 comments on commit a6ec0c9

Please sign in to comment.