From 0a97ece91e8a87724230f39276f0a7537b1566c3 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Wed, 14 Sep 2011 10:10:34 -0500 Subject: merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild --- xml2cmp/Module_xml2cmp.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'xml2cmp/Module_xml2cmp.mk') diff --git a/xml2cmp/Module_xml2cmp.mk b/xml2cmp/Module_xml2cmp.mk index dc11c53a971d..c4279fbffb15 100644 --- a/xml2cmp/Module_xml2cmp.mk +++ b/xml2cmp/Module_xml2cmp.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # @@ -31,9 +32,6 @@ $(eval $(call gb_Module_Module,xml2cmp)) ifneq ($(CROSS_COMPILING),YES) $(eval $(call gb_Module_add_targets,xml2cmp,\ - StaticLibrary_x2c_support \ - StaticLibrary_x2c_xcd \ - Executable_srvdepy \ Executable_xml2cmp \ )) endif -- cgit