summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/uclibc-headers.make33
1 files changed, 0 insertions, 33 deletions
diff --git a/rules/uclibc-headers.make b/rules/uclibc-headers.make
index 0d7f6b8..c65f1cc 100644
--- a/rules/uclibc-headers.make
+++ b/rules/uclibc-headers.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template 6001 2006-08-12 10:15:00Z mkl $
#
# Copyright (C) 2006-2008 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -15,22 +14,6 @@
PACKAGES-$(PTXCONF_UCLIBC_HEADERS) += uclibc-headers
# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc-headers.get: $(STATEDIR)/uclibc.get
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc-headers.extract: $(STATEDIR)/uclibc.extract
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -80,20 +63,4 @@ $(STATEDIR)/uclibc-headers.install:
install_headers
@$(call touch)
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/uclibc-headers.targetinstall:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-uclibc-headers_clean:
- rm -rf $(STATEDIR)/uclibc-headers.*
- rm -rf $(UCLIBC_HEADERS_DIR)
-
# vim: syntax=make