diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-28 23:16:52 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-29 00:58:42 +0100 |
commit | 32a4efb8c5c002e96cbf4b2a1cc4e7d9817dde31 (patch) | |
tree | ba519ab3fb0b09b126340da71fdebcc97ba94043 /crashrep | |
parent | 2830bf9af9a640e1c484b959ee2dcbe1aeabb0f6 (diff) |
gbuild: stop using stuff in OUTDIR/unittest/install
Change-Id: Icdfe1282d5e636a034ee7d1b16b9a113a9b70492
Diffstat (limited to 'crashrep')
-rw-r--r-- | crashrep/CustomTarget_crashrep_res.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crashrep/CustomTarget_crashrep_res.mk b/crashrep/CustomTarget_crashrep_res.mk index 46d10163a251..613043264be8 100644 --- a/crashrep/CustomTarget_crashrep_res.mk +++ b/crashrep/CustomTarget_crashrep_res.mk @@ -21,7 +21,6 @@ $(call gb_CustomTarget_get_workdir,crashrep/source/win32)/crashrep_impl.rc : \ $(SRCDIR)/crashrep/source/win32/rctemplate.txt \ $(call gb_Executable_get_runtime_dependencies,lngconvex) -#BRAND_BASE_DIR=$(call gb_Helper_make_url,$(OUTDIR)/unittest/install) $(call gb_CustomTarget_get_workdir,crashrep/source/win32)/crashrep_impl.rc : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),LCX,1) $(call gb_Helper_abbreviate_dirs,\ |