summaryrefslogtreecommitdiff
path: root/starmath/Library_sm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r--starmath/Library_sm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 110fa23c1aa2..891a07377a1e 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -27,7 +27,7 @@ $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
$(eval $(call gb_Library_set_include,sm,\
- -I$(realpath $(SRCDIR)/starmath/inc) \
+ -I$(SRCDIR)/starmath/inc \
-I$(WORKDIR)/SdiTarget/starmath/sdi \
$$(INCLUDE) \
))
@@ -98,8 +98,8 @@ $(eval $(call gb_Library_add_exception_objects,sm,\
$(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath))
$(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
- -I$(realpath $(SRCDIR)/starmath/inc) \
- -I$(realpath $(SRCDIR)/starmath/sdi) \
+ -I$(SRCDIR)/starmath/inc \
+ -I$(SRCDIR)/starmath/sdi \
$$(INCLUDE) \
))