From 2b68d0e15d053b272a7af92eac42550203a2e492 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Fri, 16 Mar 2007 10:40:53 +0100 Subject: [PATCH] common switch for perl modules --- lib/perl/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/perl/Makefile b/lib/perl/Makefile index 4f2cc056..895fcb1a 100644 --- a/lib/perl/Makefile +++ b/lib/perl/Makefile @@ -3,10 +3,7 @@ DIRS+=lib/perl PROGS+=$(addprefix $(o)/lib/perl/,Config.pm Log.pm) -ifdef CONFIG_UCW_PERL_ULIMIT +ifdef CONFIG_UCW_PERL_MODULES include $(s)/lib/perl/Ulimit/Makefile -endif - -ifdef CONFIG_UCW_PERL_FILELOCK include $(s)/lib/perl/Filelock/Makefile endif -- 2.39.2