X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fperl%2FMakefile;h=8de911408bf3f79562e0b6f009c72a16ce570a52;hb=5ff0a5b047624c8f215da9cd6c7182d609fcbd01;hp=3ddce8731ef9fc255c018c0cbe65ddce93576671;hpb=b63ec31b9272a50ffbfdd58afed9630e70eab517;p=libucw.git diff --git a/lib/perl/Makefile b/lib/perl/Makefile index 3ddce873..8de91140 100644 --- a/lib/perl/Makefile +++ b/lib/perl/Makefile @@ -1,8 +1,8 @@ # Perl modules DIRS+=lib/perl -PROGS+=$(addprefix obj/lib/perl/,Config.pm) +PROGS+=$(addprefix $(o)/lib/perl/,Config.pm) -ifdef CONFIG_WATSON -include lib/perl/Ulimit/Makefile +ifdef CONFIG_UCW_PERL_ULIMIT +include $(s)/lib/perl/Ulimit/Makefile endif