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 --- lingucomponent/Library_lnth.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent/Library_lnth.mk') diff --git a/lingucomponent/Library_lnth.mk b/lingucomponent/Library_lnth.mk index e659dbf0bb2f..88ade12bee7e 100644 --- a/lingucomponent/Library_lnth.mk +++ b/lingucomponent/Library_lnth.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Library_set_componentfile,lnth,lingucomponent/source/thesaurus/ $(eval $(call gb_Library_set_include,lnth,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/lingucomponent/source/lingutil) \ + -I$(SRCDIR)/lingucomponent/source/lingutil \ )) $(eval $(call gb_Library_add_api,lnth,\ -- cgit v1.2.3