From 4ce294e83ccc859c158cea62c299ee7176b19660 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 26 Sep 2012 16:02:26 +0400 Subject: Rename variable $(root) to $(root-cmd) --- rules/ips.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/ips.mk') diff --git a/rules/ips.mk b/rules/ips.mk index 845153f..36d76e2 100644 --- a/rules/ips.mk +++ b/rules/ips.mk @@ -149,7 +149,7 @@ check-ips-build-dep-stamp: # Install build dependencies: build-dep: - $(root) pkg install $(build-depends) + $(root-cmd) pkg install $(build-depends) .PHONY: publish build-dep pre-publish -- cgit v1.2.3