From dbc3ca2574389efc8dad2bee3e945feb995148b7 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 7 Sep 2012 09:21:04 +0700 Subject: [PATCH] Fix build of modperl Thanks to Han` for reporting it --- modules/modperl/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/modperl/Makefile.inc b/modules/modperl/Makefile.inc index 60b98eb4..2b08c198 100644 --- a/modules/modperl/Makefile.inc +++ b/modules/modperl/Makefile.inc @@ -50,7 +50,7 @@ modperl/ZNC.o: modperl/ZNC.cpp Makefile ifneq "$(SWIG)" "" 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)" endif