summaryrefslogtreecommitdiffstats
path: root/rules/libblkid.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libblkid.make')
-rw-r--r--rules/libblkid.make21
1 files changed, 1 insertions, 20 deletions
diff --git a/rules/libblkid.make b/rules/libblkid.make
index d9553f991..5241b3821 100644
--- a/rules/libblkid.make
+++ b/rules/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,24 +18,4 @@ PACKAGES-$(PTXCONF_LIBBLKID) += libblkid
# Virtual fake package
# ----------------------------------------------------------------------------
-$(STATEDIR)/libblkid.get:
- @$(call touch)
-
-$(STATEDIR)/libblkid.extract:
- @$(call touch)
-
-$(STATEDIR)/libblkid.prepare:
- @$(call touch)
-
-$(STATEDIR)/libblkid.compile:
- @$(call touch)
-
-$(STATEDIR)/libblkid.install:
- @$(call targetinfo)
- @$(call touch)
-
-$(STATEDIR)/libblkid.targetinstall:
- @$(call touch)
-
-
# vim: syntax=make