summaryrefslogtreecommitdiffstats
path: root/rules/host-pixman.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-05 12:06:45 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-05 12:06:45 +0000
commit9c303978e740fd53c384ef195188ebfa8fea7ae7 (patch)
treea58751bc302915b9580d7d4c332c39ae394832ac /rules/host-pixman.make
parent0236a4938b1048be06085cb2acaa6c3da055513b (diff)
downloadptxdist-9c303978e740fd53c384ef195188ebfa8fea7ae7.tar.gz
ptxdist-9c303978e740fd53c384ef195188ebfa8fea7ae7.tar.xz
[host-pixman] just cleanups
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9983 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-pixman.make')
-rw-r--r--rules/host-pixman.make26
1 files changed, 0 insertions, 26 deletions
diff --git a/rules/host-pixman.make b/rules/host-pixman.make
index 49d298ca4..1722a42c6 100644
--- a/rules/host-pixman.make
+++ b/rules/host-pixman.make
@@ -50,32 +50,6 @@ HOST_PIXMAN_ENV := $(HOST_ENV)
#
HOST_PIXMAN_AUTOCONF := $(HOST_AUTOCONF)
-$(STATEDIR)/host-pixman.prepare:
- @$(call targetinfo)
- @$(call clean, $(HOST_PIXMAN_DIR)/config.cache)
- cd $(HOST_PIXMAN_DIR) && \
- $(HOST_PIXMAN_PATH) $(HOST_PIXMAN_ENV) \
- ./configure $(HOST_PIXMAN_AUTOCONF)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-pixman.compile:
- @$(call targetinfo)
- cd $(HOST_PIXMAN_DIR) && $(HOST_PIXMAN_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-pixman.install:
- @$(call targetinfo)
- @$(call install, HOST_PIXMAN,,h)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------