summaryrefslogtreecommitdiff
path: root/extensions/Library_dbp.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_dbp.mk
parentf55b5ef370f6e477e2540636aa3b24f9b8de5a09 (diff)
extensions: what is all this realpath stuff doing?
Diffstat (limited to 'extensions/Library_dbp.mk')
-rw-r--r--extensions/Library_dbp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Library_dbp.mk b/extensions/Library_dbp.mk
index c7fd685cc3ce..dc7f55b5d907 100644
--- a/extensions/Library_dbp.mk
+++ b/extensions/Library_dbp.mk
@@ -34,8 +34,8 @@ $(eval $(call gb_Library_set_componentfile,dbp,extensions/source/dbpilots/dbp))
$(eval $(call gb_Library_set_include,dbp,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/extensions/inc) \
- -I$(realpath $(SRCDIR)/extensions/source/inc) \
+ -I$(SRCDIR)/extensions/inc \
+ -I$(SRCDIR)/extensions/source/inc \
))
$(eval $(call gb_Library_add_defs,dbp,\