diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 13:39:00 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 13:39:00 +0200 |
commit | 33c7f9eef6f41ee5374bbc84ecf5cc1b77f547e8 (patch) | |
tree | b7ae106faec227d2bb854254635736afb5b4576e /comphelper | |
parent | 6e92eb906f645fbc9527273056f60edafaabffd3 (diff) |
Revert "Use realpath to avoid pathnames containing symlinks on Cygwin"
This reverts commit ea0f905a00c7b4d7ab31092566671b7613a956ac.
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/Library_comphelp.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk index 7c365bc97cd2..22258a13e837 100644 --- a/comphelper/Library_comphelp.mk +++ b/comphelper/Library_comphelp.mk @@ -34,8 +34,8 @@ $(eval $(call gb_Library_add_precompiled_header,comphelper,$(SRCDIR)/comphelper/ $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp)) $(eval $(call gb_Library_set_include,comphelper,\ - -I$(realpath $(SRCDIR)/comphelper/inc/pch) \ - -I$(realpath $(SRCDIR)/comphelper/source/inc) \ + -I$(SRCDIR)/comphelper/inc/pch \ + -I$(SRCDIR)/comphelper/source/inc \ $$(INCLUDE) \ -I$(OUTDIR)/inc/offuh \ )) |