From cdf36eb93fba1ad82ebb00d4e8ed5377acf5caf1 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 14 Nov 2012 00:08:20 +0400 Subject: Oops --- rules/common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules') 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 -- cgit v1.2.3