diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:59 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-12-28 02:29:59 +0000 |
commit | 2dda3ae1106a31814acc12d80ce8186b72e9546c (patch) | |
tree | be8600226a44e36fe1595d7872b8017396d298c3 /gcc | |
parent | 5ab576d85b1451bb94a42bb098477738ee8a86ed (diff) | |
download | gcc-2dda3ae1106a31814acc12d80ce8186b72e9546c.zip gcc-2dda3ae1106a31814acc12d80ce8186b72e9546c.tar.gz gcc-2dda3ae1106a31814acc12d80ce8186b72e9546c.tar.bz2 |
Renamed from xm-i386dos.h.
Use new file names for included 386 files.
From-SVN: r2961
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/xm-dos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index 25df189..16877c9d 100644 --- a/gcc/config/i386/xm-dos.h +++ b/gcc/config/i386/xm-dos.h @@ -1,4 +1,4 @@ -#include "xm-i386.h" +#include "i386/xm-i386.h" /* Inhibit cccp.c's definition of putenv. */ #define HAVE_PUTENV |