From 573b8543cb41b88dd6e255a3c566a31a881a3e7e Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 19 Jun 2013 14:50:02 +0200 Subject: 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 --- solenv/Module_solenv.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/Module_solenv.mk') 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 -- cgit v1.2.3