diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-28 19:30:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-28 20:17:26 +0100 |
commit | 8df17a34095dce7db16d9d2e505043f806704f66 (patch) | |
tree | 80695a18d5364344e1ac1ee376200a96fe569268 /cli_ure | |
parent | 176782e3030d17a05dc7addf4f23bb465995a1db (diff) |
gbuild: set Package default target to INSTDIR
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/Package_cli_basetypes_copy.mk | 2 | ||||
-rw-r--r-- | cli_ure/Package_version.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli_ure/Package_cli_basetypes_copy.mk b/cli_ure/Package_cli_basetypes_copy.mk index 8cb20cecdb82..75abab150888 100644 --- a/cli_ure/Package_cli_basetypes_copy.mk +++ b/cli_ure/Package_cli_basetypes_copy.mk @@ -10,8 +10,6 @@ $(eval $(call gb_Package_Package,cli_basetypes_copy,$(INSTROOT))) -$(eval $(call gb_Package_set_outdir,cli_basetypes_copy,$(INSTDIR))) - # duplicate copy to work around CLR DLL finding brain damage $(eval $(call gb_Package_add_files,cli_basetypes_copy,$(SDKDIRNAME)/bin,\ $(LIBO_URE_LIB_FOLDER)/cli_basetypes.dll \ diff --git a/cli_ure/Package_version.mk b/cli_ure/Package_version.mk index 6ab670e188de..675d32a98fc6 100644 --- a/cli_ure/Package_version.mk +++ b/cli_ure/Package_version.mk @@ -9,6 +9,8 @@ $(eval $(call gb_Package_Package,cli_ure_version,$(SRCDIR)/cli_ure/version)) +$(eval $(call gb_Package_set_outdir,cli_ure_version,$(OUTDIR))) + $(eval $(call gb_Package_add_file,cli_ure_version,bin/cliureversion.mk,version.txt)) # vim: set noet sw=4 ts=4: |