summaryrefslogtreecommitdiff
path: root/solenv/gbuild/TargetLocations.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-29 00:12:52 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-29 00:58:44 +0100
commit18c702a8e14ae5a5335b78647d3bccbe6067858d (patch)
tree7e422804fa4ae2dc012800209fc0355df790c26c /solenv/gbuild/TargetLocations.mk
parenta50682cd93589ad3242beae2ba14a655ab4c867f (diff)
gbuild: move unittest mock profile to WORKDIR
Change-Id: Idd6420a855fec8b44fce6c0694b491d5f1eec95e
Diffstat (limited to 'solenv/gbuild/TargetLocations.mk')
-rw-r--r--solenv/gbuild/TargetLocations.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/TargetLocations.mk b/solenv/gbuild/TargetLocations.mk
index 704cf803ac0d..0025f30d87c4 100644
--- a/solenv/gbuild/TargetLocations.mk
+++ b/solenv/gbuild/TargetLocations.mk
@@ -31,7 +31,7 @@ gb_PackagePart_get_destinations = \
$(OUTDIR)/pck \
$(OUTDIR)/res \
$(OUTDIR)/share \
- $(OUTDIR)/unittest \
+ $(WORKDIR)/unittest \
gb_InstallScript_get_target = $(OUTDIR)/bin/$(1)$(gb_InstallScript_EXT)
# kind of lame but with just 3 of these why bother with registration etc.