diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-24 10:52:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-24 11:01:06 +0300 |
commit | e4e9fba5f471141b14cff6d27586d37e28fc38c0 (patch) | |
tree | 492a507f3f13c5183654ed27d1382931bdec8db8 /comphelper/Library_comphelper.mk | |
parent | 5b5b1bb382a2a07144a2513cd477a013636c15b4 (diff) |
Don't point to inc directories that don't exist any longer
Change-Id: Ia160f0ee3e9480c60056d38bf11a6b139b53424f
Diffstat (limited to 'comphelper/Library_comphelper.mk')
-rw-r--r-- | comphelper/Library_comphelper.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comphelper/Library_comphelper.mk b/comphelper/Library_comphelper.mk index aa3ff0085464..1402f3cb4ca6 100644 --- a/comphelper/Library_comphelper.mk +++ b/comphelper/Library_comphelper.mk @@ -27,7 +27,6 @@ $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp)) $(eval $(call gb_Library_set_include,comphelper,\ -I$(SRCDIR)/comphelper/source/inc \ - -I$(SRCDIR)/comphelper/inc \ $$(INCLUDE) \ )) |