summaryrefslogtreecommitdiff
path: root/unoil
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-28 19:30:11 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-28 20:17:26 +0100
commit8df17a34095dce7db16d9d2e505043f806704f66 (patch)
tree80695a18d5364344e1ac1ee376200a96fe569268 /unoil
parent176782e3030d17a05dc7addf4f23bb465995a1db (diff)
gbuild: set Package default target to INSTDIR
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
Diffstat (limited to 'unoil')
-rw-r--r--unoil/Package_clioootypesversion.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/unoil/Package_clioootypesversion.mk b/unoil/Package_clioootypesversion.mk
index 8c019ece0263..5ca871afa0cc 100644
--- a/unoil/Package_clioootypesversion.mk
+++ b/unoil/Package_clioootypesversion.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_Package_Package,unoil_clioootypesversion,$(SRCDIR)/unoil/climaker))
+$(eval $(call gb_Package_set_outdir,unoil_clioootypesversion,$(OUTDIR)))
+
$(eval $(call gb_Package_add_file,unoil_clioootypesversion,bin/clioootypesversion.mk,version.txt))
# vim:set noet sw=4 ts=4: