diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-05 19:37:01 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-10 21:23:21 +0100 |
commit | 6c1c06f1c269a75bd36101710c48c55475d91504 (patch) | |
tree | b2c9e1a18a0d252a89b82e80d99eb215729d8665 /i18npool/source/textconversion | |
parent | 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 (diff) |
gbuild: remove some more realpaths
Where necessary, replace with wildcard, what does not change path.
Diffstat (limited to 'i18npool/source/textconversion')
-rwxr-xr-x | i18npool/source/textconversion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/textconversion/Makefile b/i18npool/source/textconversion/Makefile index 872c099afefa..368fb23a9245 100755 --- a/i18npool/source/textconversion/Makefile +++ b/i18npool/source/textconversion/Makefile @@ -34,7 +34,7 @@ include $(GBUILDDIR)/gbuild_simple.mk %.cxx : %_invis.cxx sed 's/\(^.*get\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@ -%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/textconversion/data)/%.dic +%_invis.cxx : $(SRCDIR)/i18npool/source/textconversion/data/%.dic ifeq ($(OS_FOR_BUILD),WNT) $(call gb_Helper_execute,genconv_dict $* `cygpath -m $<` $@) else |