summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/perl.make12
1 files changed, 0 insertions, 12 deletions
diff --git a/rules/perl.make b/rules/perl.make
index 311a4fc5a..a125f640a 100644
--- a/rules/perl.make
+++ b/rules/perl.make
@@ -43,18 +43,6 @@ PERL_SITELIB := /usr/lib/perl5/site_perl/$(PERL_VERSION)
CROSS_PERL= $(PTXDIST_SYSROOT_CROSS)/bin/cross-perl
# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/perl.extract:
- @$(call targetinfo)
- @$(call clean, $(PERL_DIR))
- @$(call extract, PERL)
- @$(call extract, PERLCROSS)
- @$(call patchin, PERL)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------