aboutsummaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-11-14 00:08:20 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-11-14 00:08:20 +0400
commitcdf36eb93fba1ad82ebb00d4e8ed5377acf5caf1 (patch)
tree56913762ada1c019aa6b245cf13cf9ac05c1d239 /rules
parentd62e2942bb1b170143708171c4a315e4356130ef (diff)
downloadcibs-cdf36eb93fba1ad82ebb00d4e8ed5377acf5caf1.tar.gz
Oops
Diffstat (limited to 'rules')
-rw-r--r--rules/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/common.mk b/rules/common.mk
index 7358500..7b1d829 100644
--- a/rules/common.mk
+++ b/rules/common.mk
@@ -85,8 +85,8 @@ includedir = /usr/include
libdir.noarch = $(prefix)/lib
bindir.noarch = $(prefix)/bin
-PKG_CONFIG_PATH.32 = /usr/gnu/lib/$(mach32)/pkg-config:/usr/lib/$(mach32)/pkg-config
-PKG_CONFIG_PATH.64 = /usr/gnu/lib/$(mach64)/pkg-config:/usr/lib/$(mach64)/pkg-config
+PKG_CONFIG_PATH.32 = /usr/gnu/lib/$(mach32)/pkgconfig:/usr/lib/$(mach32)/pkgconfig
+PKG_CONFIG_PATH.64 = /usr/gnu/lib/$(mach64)/pkgconfig:/usr/lib/$(mach64)/pkgconfig
export PKG_CONFIG_PATH = PKG_CONFIG_PATH.$(bits)
# $(bits) are target-specific and defined in 32.mk or 64.mk