summaryrefslogtreecommitdiff
path: root/extensions/Library_so_activex_x64.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-12-19 15:26:33 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-19 15:26:33 +0100
commite1d34f15cc82b4e9b10eca0e8efb50793080f1b6 (patch)
tree50ed5a4dad66d6513a4533b6db8272661c49fc4a /extensions/Library_so_activex_x64.mk
parentf55b5ef370f6e477e2540636aa3b24f9b8de5a09 (diff)
extensions: what is all this realpath stuff doing?
Diffstat (limited to 'extensions/Library_so_activex_x64.mk')
-rw-r--r--extensions/Library_so_activex_x64.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Library_so_activex_x64.mk b/extensions/Library_so_activex_x64.mk
index f7cfa0b2a257..43176723b406 100644
--- a/extensions/Library_so_activex_x64.mk
+++ b/extensions/Library_so_activex_x64.mk
@@ -36,7 +36,7 @@ $(SRCDIR)/extensions/source/activex/so_activex.cxx: $(WORKDIR)/CustomTarget/so_a
$(eval $(call gb_Library_set_include,so_activex_x64,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/extensions/source/activex) \
+ -I$(SRCDIR)/extensions/source/activex \
-I$(WORKDIR)/CustomTarget/so_activex \
$(foreach i,$(ATL_INCLUDE), -I$(i)) \
))