diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-21 01:52:59 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-02-10 21:41:45 +0100 |
commit | 4b30ec9def591ba77d5ec9ac09ded1e6782ede8d (patch) | |
tree | 539308f4df950c0eae0ccdb28b0267a48022474f /unotools/Library_utl.mk | |
parent | e8a28be0dd3eb471d1d063c68b5bc163df65e182 (diff) |
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r-- | unotools/Library_utl.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 5454edf46af0..98fad08b46f7 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -39,7 +39,6 @@ $(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl)) # add any additional include paths for this library here $(eval $(call gb_Library_set_include,utl,\ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ )) # add any additional definitions to be set for compilation here |