From 7f86b773e5da28896ab75455c6387367312b169c Mon Sep 17 00:00:00 2001
From: Jeffrey Lee <jlee@gitlab.riscosopen.org>
Date: Mon, 1 Aug 2011 19:51:19 +0000
Subject: [PATCH] Update 'perl' to '${PERL}'

Detail:
  Makefile - A couple of makefile rules were invoking perl directly instead of using the more preferential ${PERL}. Fixed.
Admin:
  Tungsten ROM compiles OK, untested at runtime.


Version 5.35, 4.79.2.117. Tagged as 'Kernel-5_35-4_79_2_117'
---
 Makefile   | 4 ++--
 VersionASM | 6 +++---
 VersionNum | 8 ++++----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/Makefile b/Makefile
index 53c5dad..7a5dd41 100644
--- a/Makefile
+++ b/Makefile
@@ -182,11 +182,11 @@ ${C_EXP_HDR}.HALDevice: o.Global.h.HALDevice h.HALDevice
 
 ${C_EXP_HDR}.OSEntries: hdr.OSEntries
 	${MKDIR} ${C_EXP_HDR}
-	perl Build:Hdr2H hdr.OSEntries $@
+	${PERL} Build:Hdr2H hdr.OSEntries $@
 
 ${C_EXP_HDR}.Variables: hdr.Variables
 	${MKDIR} ${C_EXP_HDR}
-	perl Build:Hdr2H hdr.Variables $@
+	${PERL} Build:Hdr2H hdr.Variables $@
 
 o.Global.h.HALDevice: hdr.HALDevice
 	${MKDIR} o.Global.h
diff --git a/VersionASM b/VersionASM
index 1a4fc80..06f6c63 100644
--- a/VersionASM
+++ b/VersionASM
@@ -13,11 +13,11 @@
                         GBLS    Module_ComponentPath
 Module_MajorVersion     SETS    "5.35"
 Module_Version          SETA    535
-Module_MinorVersion     SETS    "4.79.2.116"
+Module_MinorVersion     SETS    "4.79.2.117"
 Module_Date             SETS    "01 Aug 2011"
 Module_ApplicationDate  SETS    "01-Aug-11"
 Module_ComponentName    SETS    "Kernel"
 Module_ComponentPath    SETS    "castle/RiscOS/Sources/Kernel"
-Module_FullVersion      SETS    "5.35 (4.79.2.116)"
-Module_HelpVersion      SETS    "5.35 (01 Aug 2011) 4.79.2.116"
+Module_FullVersion      SETS    "5.35 (4.79.2.117)"
+Module_HelpVersion      SETS    "5.35 (01 Aug 2011) 4.79.2.117"
                         END
diff --git a/VersionNum b/VersionNum
index a9fc095..f8b8cea 100644
--- a/VersionNum
+++ b/VersionNum
@@ -5,12 +5,12 @@
  *
  */
 #define Module_MajorVersion_CMHG        5.35
-#define Module_MinorVersion_CMHG        4.79.2.116
+#define Module_MinorVersion_CMHG        4.79.2.117
 #define Module_Date_CMHG                01 Aug 2011
 
 #define Module_MajorVersion             "5.35"
 #define Module_Version                  535
-#define Module_MinorVersion             "4.79.2.116"
+#define Module_MinorVersion             "4.79.2.117"
 #define Module_Date                     "01 Aug 2011"
 
 #define Module_ApplicationDate          "01-Aug-11"
@@ -18,6 +18,6 @@
 #define Module_ComponentName            "Kernel"
 #define Module_ComponentPath            "castle/RiscOS/Sources/Kernel"
 
-#define Module_FullVersion              "5.35 (4.79.2.116)"
-#define Module_HelpVersion              "5.35 (01 Aug 2011) 4.79.2.116"
+#define Module_FullVersion              "5.35 (4.79.2.117)"
+#define Module_HelpVersion              "5.35 (01 Aug 2011) 4.79.2.117"
 #define Module_LibraryVersionInfo       "5:35"
-- 
GitLab