summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-01-15 22:19:44 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-01-15 22:19:44 +0000
commitf5a577dccacd10f87ca8a4e4a0dddb7dcda0b18d (patch)
treeac873c4eac7fb6663f6384c7bf1c3ba6df635183 /rules/commoncpp2.make
parentd109b0fa31e54a443e501feaa39d5d38222f0f16 (diff)
downloadptxdist-f5a577dccacd10f87ca8a4e4a0dddb7dcda0b18d.tar.gz
ptxdist-f5a577dccacd10f87ca8a4e4a0dddb7dcda0b18d.tar.xz
remove bogus PKG_CONFIG_PATH
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4051 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/commoncpp2.make')
-rw-r--r--rules/commoncpp2.make2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules/commoncpp2.make b/rules/commoncpp2.make
index ef5cc33cf..142f7ce77 100644
--- a/rules/commoncpp2.make
+++ b/rules/commoncpp2.make
@@ -61,13 +61,11 @@ commoncpp2_prepare: $(STATEDIR)/commoncpp2.prepare
COMMONCPP2_PATH = PATH=$(CROSS_PATH)
COMMONCPP2_ENV = $(CROSS_ENV)
-COMMONCPP2_ENV += PKG_CONFIG_PATH=$(CROSS_LIB_DIR)/lib/pkgconfig
#
# autoconf
#
COMMONCPP2_AUTOCONF = $(CROSS_AUTOCONF_USR)
-COMMONCPP2_AUTOCONF += --prefix=$(CROSS_LIB_DIR)
$(STATEDIR)/commoncpp2.prepare: $(commoncpp2_prepare_deps_default)
@$(call targetinfo, $@)