summaryrefslogtreecommitdiff
path: root/solenv/Module_solenv.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-06-19 14:50:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:16 +0200
commit573b8543cb41b88dd6e255a3c566a31a881a3e7e (patch)
tree6c5e913f53099980c2a0493048a3f5174a8e90a8 /solenv/Module_solenv.mk
parent3cc8feff1b81ddfe4eafa5cf23e98b1c536f5f1a (diff)
start to use instdir for subsequentcheck tests; avoid make dev-install
This commit breaks linkoo. make dev-install continues to work as before but it's not necessary to use it anymore. make check now uses files copied into instdir by gbuild. TODO: fix remaining issues so that instdir is the same as install/. Change-Id: I66836170f0922ee9ba204a61ffacc30d9e9a5d98
Diffstat (limited to 'solenv/Module_solenv.mk')
-rw-r--r--solenv/Module_solenv.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/Module_solenv.mk b/solenv/Module_solenv.mk
index ef63bead491f..c3c1386282a8 100644
--- a/solenv/Module_solenv.mk
+++ b/solenv/Module_solenv.mk
@@ -26,7 +26,7 @@ ifneq ($(filter-out WNT IOS ANDROID,$(OS)),)
$(eval $(call gb_Module_add_targets,solenv,\
CustomTarget_gdb \
Package_gdb \
- $(if $(gb_RUNNABLE_INSTDIR),Package_gdb_install) \
+ Package_gdb_install \
))
endif