summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-30 16:24:45 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-30 16:24:45 +0200
commitb0687b60b683723b713789e2e746a908a012e63f (patch)
tree4da43a3c7f17acbc762a8c0422669a1f017d1a08 /starmath
parent5142d3c434402f814775e4927e3f44223a5d5f6d (diff)
Avoiding to be too keen in realpathing
Diffstat (limited to 'starmath')
-rw-r--r--starmath/Library_sm.mk2
-rw-r--r--starmath/Library_smd.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index ec2107ff1a38..1fc0a763bf11 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -23,7 +23,7 @@ $(eval $(call gb_Library_Library,sm))
$(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
-$(eval $(call gb_Library_add_precompiled_header,sm,$(realpath $(SRCDIR)/starmath/inc/pch/precompiled_starmath)))
+$(eval $(call gb_Library_add_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_starmath))
$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk
index a7a27b14533b..538f92104d56 100644
--- a/starmath/Library_smd.mk
+++ b/starmath/Library_smd.mk
@@ -21,7 +21,7 @@
$(eval $(call gb_Library_Library,smd))
-$(eval $(call gb_Library_add_precompiled_header,smd,$(realpath $(SRCDIR)/starmath/inc/pch/precompiled_starmath)))
+$(eval $(call gb_Library_add_precompiled_header,smd,$(SRCDIR)/starmath/inc/pch/precompiled_starmath))
$(eval $(call gb_Library_set_componentfile,smd,starmath/util/smd))