mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
Fix build of modperl
Thanks to Han` for reporting it
This commit is contained in:
@@ -50,7 +50,7 @@ modperl/ZNC.o: modperl/ZNC.cpp Makefile
|
|||||||
|
|
||||||
ifneq "$(SWIG)" ""
|
ifneq "$(SWIG)" ""
|
||||||
modperl/swigperlrun.h modperl/functions.cpp modperl/ZNC.cpp modperl/ZNC.pm: modperl/codegen.pl modperl/functions.in Makefile
|
modperl/swigperlrun.h modperl/functions.cpp modperl/ZNC.cpp modperl/ZNC.pm: modperl/codegen.pl modperl/functions.in Makefile
|
||||||
@mkdir -p modperl
|
@mkdir -p modperl .depend
|
||||||
$(Q)$(MAKE) -f $(srcdir)/modperl/Makefile.gen $(C) SWIG="$(SWIG)" srcdir="$(srcdir)" PERL="$(PERL)" VERBOSE="$(VERBOSE)" SED="$(SED)"
|
$(Q)$(MAKE) -f $(srcdir)/modperl/Makefile.gen $(C) SWIG="$(SWIG)" srcdir="$(srcdir)" PERL="$(PERL)" VERBOSE="$(VERBOSE)" SED="$(SED)"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user