From 69a98d23e4a55a88bc15225dbac778e42e7b0021 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Tue, 21 Aug 2012 21:34:46 +0200 Subject: gbuild: avoid unnecessary Packages while processing scp2 files This is first in do-not-duplicate-stuff-in-solver patch series. Adds direct include path for gb_ScpPreprocessTarget. Avoids copying .par files by using gb_InstallScriptTarget__get_dirs for include paths. Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2 --- scp2/Module_scp2.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'scp2/Module_scp2.mk') diff --git a/scp2/Module_scp2.mk b/scp2/Module_scp2.mk index c621cc523db2..95b1df2ce429 100644 --- a/scp2/Module_scp2.mk +++ b/scp2/Module_scp2.mk @@ -50,8 +50,6 @@ $(eval $(call gb_Module_add_targets,scp2,\ InstallScript_sdkoo \ InstallScript_setup_osl \ InstallScript_test \ - Package_inc \ - Package_langmacros \ $(if $(filter WNT,$(GUI)),\ InstallModule_activex \ InstallModule_quickstart \ -- cgit