From: Baris Metin Date: Thu, 7 Apr 2011 14:51:44 +0000 (-0400) Subject: fix for vsys build X-Git-Tag: 5.0-rc23~94^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3188a58d60bcf3f7de5cee608d7461b34116ccc0;p=build.git fix for vsys build --- diff --git a/coblitz.mk b/coblitz.mk index 21dea9d4..7979f91b 100644 --- a/coblitz.mk +++ b/coblitz.mk @@ -201,8 +201,10 @@ endif # vsys-MODULES := vsys vsys-SPEC := vsys.spec +# ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it +vsys-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs ifeq "$(local_inotify_tools)" "true" -vsys-DEPEND-DEVEL-RPMS := inotify-tools inotify-tools-devel +vsys-DEPEND-DEVEL-RPMS += inotify-tools inotify-tools-devel endif IN_BOOTSTRAPFS += vsys ALL += vsys