From: Jeffrey A Law Date: Mon, 3 Nov 1997 21:38:32 +0000 (+0000) Subject: configure.in (sco5): Use cpio to install header files. X-Git-Tag: releases/egcs-1.0.0~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2862b9c355c841db24481b0e5e20aa588ce31c5d;p=thirdparty%2Fgcc.git configure.in (sco5): Use cpio to install header files. * configure.in (sco5): Use cpio to install header files. So make install works properly. From-SVN: r16302 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 617c462b4a38..9fa896f4e8ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * aclocal.m4 (conftestdata_from, conftestdata_to): Names shortened to diff --git a/gcc/configure b/gcc/configure index a637a23bc8ac..7c2748568717 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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" diff --git a/gcc/configure.in b/gcc/configure.in index e6dd351e7d72..c50395b14ee4 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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"