From cb209bcc4b20f13e855005154e2abe8961f8a545 Mon Sep 17 00:00:00 2001 From: Fergus Henderson Date: Thu, 2 May 1996 18:42:05 +0000 Subject: [PATCH] Remove llds.c from the list of files to fix, since it doesn't Estimated hours taken: 0.1 scripts/rs6000_hack: Remove llds.c from the list of files to fix, since it doesn't need to be fixed, and the script barfs if it tries to split 0 pieces off a file. (The set of files that need to be fixed seems to be sensitive to the compilation options used.) --- scripts/rs6000_hack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rs6000_hack b/scripts/rs6000_hack index 992150530..ff1be7080 100755 --- a/scripts/rs6000_hack +++ b/scripts/rs6000_hack @@ -9,7 +9,7 @@ max_lines=10000 # specify the names of the files which gcc/as can't handle -files_to_fix="llds.c make_hlds.c prog_io.c" +files_to_fix="make_hlds.c prog_io.c" #-----------------------------------------------------------------------------#