summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:30 +0200
commit6db0908419bcfc9e480404f101033965b0da2249 (patch)
treea92d1e39af816c633e1e5a9be11de92e1985a9f7
parent75bf2e16ad55cb7990c985f7b047e4ba9f5bca50 (diff)
downloadptxdist-6db0908419bcfc9e480404f101033965b0da2249.tar.gz
ptxdist-6db0908419bcfc9e480404f101033965b0da2249.tar.xz
[host-libuuid] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-libuuid.make18
1 files changed, 1 insertions, 17 deletions
diff --git a/rules/host-libuuid.make b/rules/host-libuuid.make
index 8c836cfbf..03c015560 100644
--- a/rules/host-libuuid.make
+++ b/rules/host-libuuid.make
@@ -1,6 +1,7 @@
# -*-makefile-*-
#
# Copyright (C) 2010 by Carsten Schlote <c.schlote@konzeptpark.de>
+# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -17,21 +18,4 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBUUID) += host-libuuid
# Virtual fake package
# ----------------------------------------------------------------------------
-$(STATEDIR)/host-libuuid.get:
- @$(call touch)
-
-$(STATEDIR)/host-libuuid.extract:
- @$(call touch)
-
-$(STATEDIR)/host-libuuid.prepare:
- @$(call touch)
-
-$(STATEDIR)/host-libuuid.compile:
- @$(call touch)
-
-$(STATEDIR)/host-libuuid.install:
- @$(call targetinfo)
- @$(call touch)
-
-
# vim: syntax=make