summaryrefslogtreecommitdiffstats
path: root/rules/host-pkg-config.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-03-27 12:22:59 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-03-27 12:22:59 +0000
commitdb29449b2bab618ea5bd0d0d1d9dd52f8fb64f0b (patch)
treeeeff1b6137373e05fde3edf4f80a9c2d9674d389 /rules/host-pkg-config.make
parent73382b4318eb6c0fac1fdde363c4824651c80969 (diff)
downloadptxdist-db29449b2bab618ea5bd0d0d1d9dd52f8fb64f0b.tar.gz
ptxdist-db29449b2bab618ea5bd0d0d1d9dd52f8fb64f0b.tar.xz
* host-pkg-config.make:
version bump to 0.23 git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7881 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-pkg-config.make')
-rw-r--r--rules/host-pkg-config.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/host-pkg-config.make b/rules/host-pkg-config.make
index 7612359fd..da03fe155 100644
--- a/rules/host-pkg-config.make
+++ b/rules/host-pkg-config.make
@@ -17,7 +17,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_PKG_CONFIG) += host-pkg-config
#
# Paths and names
#
-HOST_PKG_CONFIG_VERSION := 0.21
+HOST_PKG_CONFIG_VERSION := 0.23
HOST_PKG_CONFIG := pkg-config-$(HOST_PKG_CONFIG_VERSION)
HOST_PKG_CONFIG_SUFFIX := tar.gz
HOST_PKG_CONFIG_URL := http://pkgconfig.freedesktop.org/releases/$(HOST_PKG_CONFIG).$(HOST_PKG_CONFIG_SUFFIX)
@@ -30,7 +30,7 @@ HOST_PKG_CONFIG_DIR := $(HOST_BUILDDIR)/$(HOST_PKG_CONFIG)
host-pkg-config_get: $(STATEDIR)/host-pkg-config.get
-$(STATEDIR)/host-pkg-config.get: $(host-pkg-config_get_deps_default)
+$(STATEDIR)/host-pkg-config.get:
@$(call targetinfo, $@)
@$(call touch, $@)
@@ -44,7 +44,7 @@ $(HOST_PKG_CONFIG_SOURCE):
host-pkg-config_extract: $(STATEDIR)/host-pkg-config.extract
-$(STATEDIR)/host-pkg-config.extract: $(host-pkg-config_extract_deps_default)
+$(STATEDIR)/host-pkg-config.extract:
@$(call targetinfo, $@)
@$(call clean, $(HOST_PKG_CONFIG_DIR))
@$(call extract, HOST_PKG_CONFIG, $(HOST_BUILDDIR))
@@ -63,9 +63,9 @@ HOST_PKG_CONFIG_ENV := $(HOST_ENV)
#
# autoconf
#
-HOST_PKG_CONFIG_AUTOCONF := $(HOST_AUTOCONF)
+HOST_PKG_CONFIG_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-pkg-config.prepare: $(host-pkg-config_prepare_deps_default)
+$(STATEDIR)/host-pkg-config.prepare:
@$(call targetinfo, $@)
@$(call clean, $(HOST_PKG_CONFIG_DIR)/config.cache)
cd $(HOST_PKG_CONFIG_DIR) && \
@@ -79,7 +79,7 @@ $(STATEDIR)/host-pkg-config.prepare: $(host-pkg-config_prepare_deps_default)
host-pkg-config_compile: $(STATEDIR)/host-pkg-config.compile
-$(STATEDIR)/host-pkg-config.compile: $(host-pkg-config_compile_deps_default)
+$(STATEDIR)/host-pkg-config.compile:
@$(call targetinfo, $@)
cd $(HOST_PKG_CONFIG_DIR) && $(HOST_PKG_CONFIG_PATH) $(MAKE) $(PARALLELMFLAGS)
@$(call touch, $@)
@@ -90,7 +90,7 @@ $(STATEDIR)/host-pkg-config.compile: $(host-pkg-config_compile_deps_default)
host-pkg-config_install: $(STATEDIR)/host-pkg-config.install
-$(STATEDIR)/host-pkg-config.install: $(host-pkg-config_install_deps_default)
+$(STATEDIR)/host-pkg-config.install:
@$(call targetinfo, $@)
@$(call install, HOST_PKG_CONFIG,,h)
@$(call touch, $@)