summaryrefslogtreecommitdiffstats
path: root/rules/libuuid.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libuuid.make')
-rw-r--r--rules/libuuid.make20
1 files changed, 1 insertions, 19 deletions
diff --git a/rules/libuuid.make b/rules/libuuid.make
index 1109fd460..dacbb9256 100644
--- a/rules/libuuid.make
+++ b/rules/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,23 +18,4 @@ PACKAGES-$(PTXCONF_LIBUUID) += libuuid
# Virtual fake package
# ----------------------------------------------------------------------------
-$(STATEDIR)/libuuid.get:
- @$(call touch)
-
-$(STATEDIR)/libuuid.extract:
- @$(call touch)
-
-$(STATEDIR)/libuuid.prepare:
- @$(call touch)
-
-$(STATEDIR)/libuuid.compile:
- @$(call touch)
-
-$(STATEDIR)/libuuid.install:
- @$(call targetinfo)
- @$(call touch)
-
-$(STATEDIR)/libuuid.targetinstall:
- @$(call touch)
-
# vim: syntax=make