summaryrefslogtreecommitdiffstats
path: root/rules/host-libblkid.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libblkid.make')
-rw-r--r--rules/host-libblkid.make18
1 files changed, 1 insertions, 17 deletions
diff --git a/rules/host-libblkid.make b/rules/host-libblkid.make
index a1b58b525..1eb620ba2 100644
--- a/rules/host-libblkid.make
+++ b/rules/host-libblkid.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_LIBBLKID) += host-libblkid
# Virtual fake package
# ----------------------------------------------------------------------------
-$(STATEDIR)/host-libblkid.get:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.extract:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.prepare:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.compile:
- @$(call touch)
-
-$(STATEDIR)/host-libblkid.install:
- @$(call targetinfo)
- @$(call touch)
-
-
# vim: syntax=make