From 84b3f7b345eabf3995e4d51055e8d4e26479a6e2 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Mon, 5 Mar 2012 19:02:10 +0100 Subject: gbuild: get rid of realpath in gb_Foo_set_include --- starmath/Library_sm.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'starmath/Library_sm.mk') 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) \ )) -- cgit