mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
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.)
This commit is contained in:
@@ -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"
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user