summaryrefslogtreecommitdiff
path: root/extensions/Library_abp.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_abp.mk
parentf55b5ef370f6e477e2540636aa3b24f9b8de5a09 (diff)
extensions: what is all this realpath stuff doing?
Diffstat (limited to 'extensions/Library_abp.mk')
-rw-r--r--extensions/Library_abp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Library_abp.mk b/extensions/Library_abp.mk
index 411c2d823ccf..8460cf81b066 100644
--- a/extensions/Library_abp.mk
+++ b/extensions/Library_abp.mk
@@ -34,8 +34,8 @@ $(eval $(call gb_Library_set_componentfile,abp,extensions/source/abpilot/abp))
$(eval $(call gb_Library_set_include,abp,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/extensions/inc) \
- -I$(realpath $(SRCDIR)/extensions/source/inc) \
+ -I$(SRCDIR)/extensions/inc \
+ -I$(SRCDIR)/extensions/source/inc \
))
ifneq ($(WITH_MOZILLA),NO)