summaryrefslogtreecommitdiffstats
path: root/rules/host-libuuid.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libuuid.make')
-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