diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/Library_package2.mk | 2 | ||||
-rw-r--r-- | package/Library_xstor.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/Library_package2.mk b/package/Library_package2.mk index 306887ebc3b5..59630ff9a9c9 100644 --- a/package/Library_package2.mk +++ b/package/Library_package2.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Library_set_componentfile,package2,package/util/package2)) $(eval $(call gb_Library_set_include,package2,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/package/inc) \ + -I$(SRCDIR)/package/inc \ )) $(eval $(call gb_Library_add_api,package2,\ diff --git a/package/Library_xstor.mk b/package/Library_xstor.mk index 6413b6bbf7ab..0361a8293d32 100644 --- a/package/Library_xstor.mk +++ b/package/Library_xstor.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,xstor,package/source/xstor/xstor)) $(eval $(call gb_Library_set_include,xstor,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/package/inc) \ + -I$(SRCDIR)/package/inc \ )) $(eval $(call gb_Library_add_api,xstor,\ |