From e998aa5eb5012bb2ff5b47f6dd3c4447a7749d69 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 24 Jul 1989 21:34:00 +0000 Subject: [PATCH] Move the sun-specific files to subdirectories. --- v7/src/microcode/unxutl/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/unxutl/config b/v7/src/microcode/unxutl/config index f6505e5ad..4b7240724 100755 --- a/v7/src/microcode/unxutl/config +++ b/v7/src/microcode/unxutl/config @@ -72,14 +72,14 @@ case $# in system_file=bsd4-2 machine_file=sun3 mfour_file=bsd - cmp_file=cmp68020.s-sun+fp + cmp_file=sun/cmp68020.s cmp_link=cmp68020.s ;; sun3-nfp) system_file=bsd4-2 machine_file=sun3 mfour_file=bsd - cmp_file=cmp68020.s-sun-fp + cmp_file=sun-nfp/cmp68020.s cmp_link=cmp68020.s ;; *) -- 2.25.1