summaryrefslogtreecommitdiffstats
path: root/rules/host-xcb-proto.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-18 13:18:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-19 13:25:38 +0100
commitf24e7f331ab6d615ead3f46da9f5c13a1b604e13 (patch)
tree425ab2a7fcca146075b3eeba9536e599f2151e87 /rules/host-xcb-proto.make
parentc728461b08bf44e12570354f1e6367ed1d98711f (diff)
downloadptxdist-f24e7f331ab6d615ead3f46da9f5c13a1b604e13.tar.gz
ptxdist-f24e7f331ab6d615ead3f46da9f5c13a1b604e13.tar.xz
[host-*] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-xcb-proto.make')
-rw-r--r--rules/host-xcb-proto.make17
1 files changed, 0 insertions, 17 deletions
diff --git a/rules/host-xcb-proto.make b/rules/host-xcb-proto.make
index e2c059afa..79f8944f8 100644
--- a/rules/host-xcb-proto.make
+++ b/rules/host-xcb-proto.make
@@ -20,14 +20,6 @@ HOST_PACKAGES-$(PTXCONF_HOST_XCB_PROTO) += host-xcb-proto
HOST_XCB_PROTO_DIR = $(HOST_BUILDDIR)/$(XCB_PROTO)
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-xcb-proto.get: $(STATEDIR)/xcb-proto.get
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -39,13 +31,4 @@ HOST_XCB_PROTO_ENV := $(HOST_ENV)
#
HOST_XCB_PROTO_AUTOCONF := $(HOST_AUTOCONF)
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-xcb-proto.install:
- @$(call targetinfo)
- @$(call install, HOST_XCB_PROTO,,h)
- @$(call touch)
-
# vim: syntax=make