summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-08-15 10:38:05 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-08-15 10:38:57 +0200
commit54f36c9c7f398b851642e9444d88e7956f2a6a55 (patch)
tree2cd8eef1430ba43070ef88cf4829acf421c10d4e /Makefile
parentb6f4a3f3c39da9bfeed3001d240227c38596aeab (diff)
downloadminilinux-54f36c9c7f398b851642e9444d88e7956f2a6a55.tar.gz
minilinux-54f36c9c7f398b851642e9444d88e7956f2a6a55.tar.bz2
reverted to perl 5.12, no clue why I took 5.13 (which is a development version)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b6023a..3caf22c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ UCLIBC_VERSION=0.9.31
BUSYBOX_VERSION=1.16.1
ACPID_VERSION=1.0.10
GPM_VERSION=1.20.6
-PERL_VERSION=5.13.0
+PERL_VERSION=5.12.1
PARALLEL=-j12