Revert "Use realpath to avoid pathnames containing symlinks on Cygwin"

This reverts commit ea0f905a00c7b4d7ab31092566671b7613a956ac.
This commit is contained in:
Tor Lillqvist 2011-03-16 13:39:00 +02:00
parent 6e92eb906f
commit 33c7f9eef6

View file

@ -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 \
))