From 45e01dcd3ecf9548613240b4d18b896662c0d7bd Mon Sep 17 00:00:00 2001 From: Manoel Trapier Date: Mon, 4 Mar 2013 19:01:58 +0100 Subject: [PATCH] Correct mach cg pmfile that incorrectly reference PLATFORM where it should reference ARCH --- mach/proto/cg/pmfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mach/proto/cg/pmfile b/mach/proto/cg/pmfile index d74c4ecbc..6e8f181de 100644 --- a/mach/proto/cg/pmfile +++ b/mach/proto/cg/pmfile @@ -4,15 +4,15 @@ local d = ROOTDIR.."mach/proto/cg/" local make_tables = cgg { - CGGINCLUDEDIR = (ROOTDIR.."mach/%PLATFORM%/cg/"), - file (ROOTDIR.."mach/%PLATFORM%/cg/table") + CGGINCLUDEDIR = (ROOTDIR.."mach/%ARCH%/cg/"), + file (ROOTDIR.."mach/%ARCH%/cg/table") } local cfile_with_tables = cfile { class = "cfile_with_tables", dynamicheaders = { make_tables, - file (ROOTDIR.."mach/%PLATFORM%/cg/"), + file (ROOTDIR.."mach/%ARCH%/cg/"), file (ROOTDIR.."mach/") } } @@ -39,7 +39,7 @@ proto_cg = cprogram { cfile { ith { make_tables, i = 1 }, dynamicheaders = { - file (ROOTDIR.."mach/%PLATFORM%/cg/"), + file (ROOTDIR.."mach/%ARCH%/cg/"), file (d) } }, @@ -47,8 +47,8 @@ proto_cg = cprogram { lib_em_data, lib_flt_arith, - outputs = {"%U%/%PLATFORM%-cg"}, - install = pm.install("%BINDIR%%PLATDEP%/%PLATFORM%/cg") + outputs = {"%U%/%ARCH%-cg"}, + install = pm.install("%BINDIR%%PLATDEP%/%ARCH%/cg") } -- Revision history -- 2.34.1