]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (sco5): Use cpio to install header files.
authorJeffrey A Law <law@cygnus.com>
Mon, 3 Nov 1997 21:38:32 +0000 (21:38 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 3 Nov 1997 21:38:32 +0000 (14:38 -0700)
        * configure.in (sco5): Use cpio to install header files.
So make install works properly.

From-SVN: r16302

gcc/ChangeLog
gcc/configure
gcc/configure.in

index 617c462b4a38b9d43d3feb4f859d025cf792f574..9fa896f4e8eee5bf5e2a300599c4000e394ed878 100644 (file)
@@ -1,3 +1,7 @@
+Mon Nov  3 14:36:50 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * configure.in (sco5): Use cpio to install header files.
+
 Sun Nov  2 23:30:31 1997  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to
index a637a23bc8ac7d60f481832db4f5af8eed465290..7c27485687173c3844d2fb224a9177fa653f5fba 100755 (executable)
@@ -2450,6 +2450,7 @@ for machine in $build $host $target; do
                xm_file=i386/xm-sco5.h
                xmake_file=i386/x-sco5
                fixincludes=fixinc.sco
+               install_headers_dir=install-headers-cpio
                tm_file=i386/sco5.h
                tmake_file=i386/t-sco5
                extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
index e6dd351e7d7212f9d117a2f07bd5b63445fdd34a..c50395b14ee404c3926a1d75897ba00caf98df6c 100644 (file)
@@ -935,6 +935,7 @@ for machine in $build $host $target; do
                xm_file=i386/xm-sco5.h
                xmake_file=i386/x-sco5
                fixincludes=fixinc.sco
+               install_headers_dir=install-headers-cpio
                tm_file=i386/sco5.h
                tmake_file=i386/t-sco5
                extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"