diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-08 05:56:17 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-08 05:56:17 -0600 |
commit | 9590eb1bc6a9bac46c8423e4c4166f6a5e39d9d7 (patch) | |
tree | 79a322ef8ee61e956ee985b316b0ccd17db5b1fc | |
parent | f09ff19933ec56c2be9dba74e97acd942e44cb63 (diff) | |
download | gcc-9590eb1bc6a9bac46c8423e4c4166f6a5e39d9d7.zip gcc-9590eb1bc6a9bac46c8423e4c4166f6a5e39d9d7.tar.gz gcc-9590eb1bc6a9bac46c8423e4c4166f6a5e39d9d7.tar.bz2 |
configure.in (x86-dg-dgux): Run fixinc.dgux.
8
* configure.in (x86-dg-dgux): Run fixinc.dgux.
From-SVN: r19047
-rwxr-xr-x | gcc/configure | 2 | ||||
-rw-r--r-- | gcc/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index 6c2e948..93c8a46 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2786,7 +2786,7 @@ for machine in $build $host $target; do tm_file=i386/dgux.h tmake_file=i386/t-dgux xmake_file=i386/x-dgux - fixincludes=Makefile.in # There is nothing to fix + fixincludes=fixinc.dgux install_headers_dir=install-headers-cpio ;; i860-alliant-*) # Alliant FX/2800 diff --git a/gcc/configure.in b/gcc/configure.in index 2f44b58..3d16cb5 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1103,7 +1103,7 @@ for machine in $build $host $target; do tm_file=i386/dgux.h tmake_file=i386/t-dgux xmake_file=i386/x-dgux - fixincludes=Makefile.in # There is nothing to fix + fixincludes=fixinc.dgux install_headers_dir=install-headers-cpio ;; i860-alliant-*) # Alliant FX/2800 |