diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:12 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:12 +0000 |
commit | 86050b33b593e70291099e32633e5e1db8922a89 (patch) | |
tree | 96530658413b45ef3e836297f9f75a23130dae24 /gcc | |
parent | 536c0e13a2c876558aead895c5c3c93475358685 (diff) | |
download | gcc-86050b33b593e70291099e32633e5e1db8922a89.zip gcc-86050b33b593e70291099e32633e5e1db8922a89.tar.gz gcc-86050b33b593e70291099e32633e5e1db8922a89.tar.bz2 |
Renamed from i386sco4.h.
Use new file names for included 386 files.
From-SVN: r2946
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/sco4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sco4.h b/gcc/config/i386/sco4.h index 40520fd..e5a6ee2 100644 --- a/gcc/config/i386/sco4.h +++ b/gcc/config/i386/sco4.h @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Mostly it's like earlier SCO UNIX. */ -#include "i386sco.h" +#include "i386/sco.h" /* Use crt1.o as a startup file and crtn.o as a closing file. */ |