From 30e1b61157fa6009cd302ba0475e19037f67d513 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 6 Aug 2012 13:08:04 +0300 Subject: No point with these executables for non-desktop OSes Change-Id: If2e086cf2783c187f2cdb479608aa91561e0d674 --- ucpp/Module_ucpp.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ucpp') diff --git a/ucpp/Module_ucpp.mk b/ucpp/Module_ucpp.mk index 9829bb2519f7..fc37f0259eb3 100644 --- a/ucpp/Module_ucpp.mk +++ b/ucpp/Module_ucpp.mk @@ -11,7 +11,12 @@ $(eval $(call gb_Module_Module,ucpp)) $(eval $(call gb_Module_add_targets,ucpp,\ CustomTarget_source \ +)) + +ifneq ($(CROSS_COMPILING),YES) +$(eval $(call gb_Module_add_targets,ucpp,\ Executable_ucpp \ )) +endif # vim: set noet sw=4 ts=4: -- cgit