aboutsummaryrefslogtreecommitdiff
path: root/rules/ips.mk
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-18 07:17:18 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-18 07:17:18 +0400
commit42dd5835da4458af4c40ca728d2da0ed5ca23c90 (patch)
tree61b987ef7900774cd9ddad501a7df8ed100c37c8 /rules/ips.mk
parent832547495ac47df9aba21588a351d03e89feeb04 (diff)
downloadcibs-42dd5835da4458af4c40ca728d2da0ed5ca23c90.tar.gz
Use $(cibs-root) for self-building
Diffstat (limited to 'rules/ips.mk')
-rw-r--r--rules/ips.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ips.mk b/rules/ips.mk
index 28dfbfb..e78f2db 100644
--- a/rules/ips.mk
+++ b/rules/ips.mk
@@ -24,7 +24,7 @@
# include guard:
ifeq (,$(__ips_mk))
-include /usr/share/cibs/rules/ips-manifest.mk
+include $(cibs-root)/rules/ips-manifest.mk
res_suffix := resolved
resolved-manifests := $(manifests:%=$(manifestdir)/depend-%.$(res_suffix))