diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-26 10:30:19 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-26 10:30:19 +0100 |
commit | 6c0d17b3e21d4c0d6f6a526a6261f5ca8eb42369 (patch) | |
tree | ba5ef2dc5aa0cb0f99a5460d83618020c2df2b7b /svl/Library_svl.mk | |
parent | 5ede6609549b11eb205e080341438bed5f9858e0 (diff) |
CWS gnumake3: several clean ups and fixes in makefiles
Diffstat (limited to 'svl/Library_svl.mk')
-rw-r--r-- | svl/Library_svl.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index b48d13441d67..605280eefe16 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -35,13 +35,9 @@ $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl)) $(eval $(call gb_Library_set_include,svl,\ $$(SOLARINC) \ - -I$(WORKDIR)/inc/svl \ - -I$(WORKDIR)/inc/ \ - -I$(SRCDIR)/svl/inc \ -I$(SRCDIR)/svl/source/inc \ -I$(SRCDIR)/svl/inc/pch \ -I$(OUTDIR)/inc/offuh \ - -I$(OUTDIR)/inc \ )) $(eval $(call gb_Library_set_defs,svl,\ |