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 /tools/Library_tl.mk | |
parent | 5ede6609549b11eb205e080341438bed5f9858e0 (diff) |
CWS gnumake3: several clean ups and fixes in makefiles
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r-- | tools/Library_tl.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index fe91657e42f4..a4f57ed2d239 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -33,13 +33,10 @@ $(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/preco $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ - -I$(OUTDIR)/inc \ - -I$(WORKDIR)/inc/tools \ -I$(SRCDIR)/tools/inc \ -I$(SRCDIR)/tools/inc/pch \ -I$(SRCDIR)/solenv/inc \ -I$(SRCDIR)/solenv/inc/Xp31 \ - -I$(OUTDIR)/inc/tools \ -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc/stl \ )) |