From 0a45deba2be4a77db7540bd050b25bd6c26d7513 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 7 Apr 2012 08:40:35 +0200 Subject: enforce only one possible use of gb_CustomTarget This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed --- officecfg/CustomTarget_registry.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'officecfg/CustomTarget_registry.mk') diff --git a/officecfg/CustomTarget_registry.mk b/officecfg/CustomTarget_registry.mk index 8f5ea48e146d..7bf0ba77555e 100644 --- a/officecfg/CustomTarget_registry.mk +++ b/officecfg/CustomTarget_registry.mk @@ -29,7 +29,7 @@ OCDIR := $(SRCDIR)/officecfg/registry include $(OCDIR)/files.mk -$(eval $(call gb_CustomTarget_CustomTarget,officecfg/registry,new_style)) +$(eval $(call gb_CustomTarget_CustomTarget,officecfg/registry)) OCRG := $(call gb_CustomTarget_get_workdir,officecfg/registry) -- cgit