summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-08-01 22:05:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-10-27 18:22:30 +0200
commitc5f9556afca6392280ce9d9a2b7ee2560594aa0c (patch)
tree35478418e1cf13bdc150a0db11f538176025569e
parentf8bc3e886efd1d7ab83dd808f57ce5d0eb0ebc6d (diff)
downloadptxdist-c5f9556afca6392280ce9d9a2b7ee2560594aa0c.tar.gz
ptxdist-c5f9556afca6392280ce9d9a2b7ee2560594aa0c.tar.xz
[libuuid] remove obsolete stages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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