make-rules/shared-macros.mk
changeset 1124 08534bc6778b
parent 1056 b2ec61db2a04
child 1138 6e1f85fa0151
--- a/make-rules/shared-macros.mk	Wed Jan 16 09:05:17 2013 -0800
+++ b/make-rules/shared-macros.mk	Wed Jan 16 12:43:19 2013 -0800
@@ -18,7 +18,7 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
 #
 
 PATH=/usr/bin:/usr/gnu/bin
@@ -305,9 +305,8 @@
 # Not necessarily the system's default version, i.e. /usr/bin/perl
 PERL_VERSION =  5.12
 
-PERL_VERSIONS = 5.8.4 5.12
+PERL_VERSIONS = 5.12
 
-PERL.5.8.4 =    /usr/perl5/5.8.4/bin/perl
 PERL.5.12 =     /usr/perl5/5.12/bin/perl
 
 PERL =          $(PERL.$(PERL_VERSION))