diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-09 17:54:00 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:46 +0100 |
commit | 5cabaf5a32188f24344f68fa48cbdc0a8b8cfb41 (patch) | |
tree | 36362949319d90e12942d3250ec4d0cf9ad58c50 /sccomp | |
parent | 19b33ca42f1ce38a2e58070f962f37ecae58be0d (diff) |
fdo#39491 more of unnecessary include paths
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/Library_solver.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk index ba9493a4d68b..806fa779d3aa 100644 --- a/sccomp/Library_solver.mk +++ b/sccomp/Library_solver.mk @@ -30,11 +30,6 @@ $(eval $(call gb_Library_Library,solver)) $(eval $(call gb_Library_set_componentfile,solver,sccomp/source/solver/solver)) -$(eval $(call gb_Library_set_include,solver,\ - $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/sccomp/source/solver) \ -)) - $(eval $(call gb_Library_add_api,solver,\ offapi \ udkapi \ |