From 5e300e9030d8d0730223b1eea1627953524cb58c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 19 Sep 2013 00:06:24 +0200 Subject: odk: remove Package_bin, instead auto-install executables This is somewhat annoying since it requires re-introducing stupid directories in scp2, but if the executables should be put in INSTDIR directly then the Package_bin needs to go. Change-Id: I893694c7f9d4cb5b9ef8ec4a3d30e08536223740 --- odk/CustomTarget_check.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odk/CustomTarget_check.mk') diff --git a/odk/CustomTarget_check.mk b/odk/CustomTarget_check.mk index e7d524450489..46042a49726c 100644 --- a/odk/CustomTarget_check.mk +++ b/odk/CustomTarget_check.mk @@ -28,7 +28,8 @@ odk_PLATFORM := $(if $(filter WNT,$(OS)),\ $(call gb_CustomTarget_get_workdir,odk/check)/checkbin : \ $(SRCDIR)/odk/util/check.pl \ $(if $(DOXYGEN),$(call gb_GeneratedPackage_get_target,odk_doxygen)) \ - $(call gb_Package_get_target,odk_bin) \ + $(foreach exe,$(if $(filter WNT,$(OS)),climaker) cppumaker idlc javamaker regcompare $(if $(SYSTEM_UCPP),,ucpp) uno-skeletonmaker unoapploader,\ + $(call gb_Executable_get_target,$(exe))) \ $(if $(filter WNT,$(OS)),$(call gb_Package_get_target,odk_cli)) \ $(call gb_Package_get_target,odk_config) \ $(if $(filter WNT,$(OS)),\ -- cgit v1.2.3