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:
Fergus Henderson
1996-05-02 18:42:05 +00:00
parent 91b249ed33
commit cb209bcc4b

View File

@@ -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"
#-----------------------------------------------------------------------------#