From 8b371338c1359c38e4de8ec65a0b9b884f05e450 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 16 Mar 2015 11:14:12 -0600 Subject: Change name of mro.c This is to prevent a conflict showing up on z/OS (os390) because this file's name is the same as one in /ext, and there are functions cross-referenced between them, and the loader on that platform can't deal with this. See http://nntp.perl.org/group/perl.perl5.porters/226612 --- NetWare/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NetWare') diff --git a/NetWare/Makefile b/NetWare/Makefile index e9a74b1832..de3fb9e706 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -692,7 +692,7 @@ MICROCORE_SRC = \ ..\dump.c \ ..\globals.c \ ..\gv.c \ - ..\mro.c \ + ..\mro_core.c \ ..\hv.c \ ..\keywords.c \ ..\locale.c \ -- cgit v1.2.1