diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-25 19:58:43 -0500 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 07:35:37 +0200 |
commit | 6d20de9abcafeedd51b76a79a300609b1e7115fb (patch) | |
tree | 4cc6cb6d27baf4e71b65674f7508133dd5e9e3aa /scp2 | |
parent | 575e8d8d3eeb1cd55cb44acc1d9109e8d8ade9bd (diff) |
scp2: rebase mishap.. icuversion.mk is no more
Change-Id: Ie3fe45fce1e27332c178596ed7f60967781ffcda
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/InstallModule_ooo.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 79bb78000f67..927c4e1d2f34 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -177,10 +177,6 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ )) endif -ifneq ($(SYSTEM_ICU),YES) -include $(OUTDIR)/inc/icuversion.mk -endif - $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\ -DICU_MAJOR=$(ICU_MAJOR) \ -DICU_MINOR=$(ICU_MINOR) \ |