diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-18 07:17:18 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-12-18 07:17:18 +0400 |
commit | 42dd5835da4458af4c40ca728d2da0ed5ca23c90 (patch) | |
tree | 61b987ef7900774cd9ddad501a7df8ed100c37c8 /rules/autoreconf.mk | |
parent | 832547495ac47df9aba21588a351d03e89feeb04 (diff) | |
download | cibs-42dd5835da4458af4c40ca728d2da0ed5ca23c90.tar.gz |
Use $(cibs-root) for self-building
Diffstat (limited to 'rules/autoreconf.mk')
-rw-r--r-- | rules/autoreconf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/autoreconf.mk b/rules/autoreconf.mk index ba6f495..fe4dcdc 100644 --- a/rules/autoreconf.mk +++ b/rules/autoreconf.mk @@ -24,7 +24,7 @@ # include guard ifeq (,$(__autoreconf_mk)) -include /usr/share/cibs/rules/common.mk +include $(cibs-root)/rules/common.mk build-depends += \ pkg:/developer/build/libtool \ |