Makefile.in (install-headers-cp): New target.

* Makefile.in (install-headers-cp): New target.
	* config.gcc (alpha-dec-*vms*): Install headers with
	install-headers-cp

From-SVN: r49229
This commit is contained in:
Douglas B Rupp 2002-01-25 18:46:14 -05:00 committed by Richard Kenner
parent 5701d273b0
commit ff3aaf1732
3 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-01-25 Douglas B Rupp <rupp@gnat.com>
* Makefile.in (install-headers-cp): New target.
* config.gcc (alpha-dec-*vms*): Install headers with
install-headers-cp
Fri Jan 25 22:42:49 CET 2002 Jan Hubicka <jh@suse.cz>
* unroll.c (unroll_loop): Lower final_value to nonmemory operand;

View File

@ -149,7 +149,7 @@ ZLIBINC = @zlibinc@
TARGET_GETGROUPS_T = @TARGET_GETGROUPS_T@
# Target to use when installing include directory. Either
# install-headers-tar or install-headers-cpio.
# install-headers-tar, install-headers-cpio or install-headers-cp.
INSTALL_HEADERS_DIR = @build_install_headers_dir@
# Header files that are made available under the same name
@ -2786,6 +2786,10 @@ install-headers-cpio: stmp-int-hdrs $(STMP_FIXPROTO) install-include-dir
cd `pwd`/include ; \
find . -print | cpio -pdum $(libsubdir)/include
# Install the include directory using cp.
install-headers-cp: stmp-int-hdrs $(STMP_FIXPROTO) install-include-dir
cp -p -r include $(libsubdir)
# Use this target to install the program `collect2' under the name `collect2'.
install-collect2: collect2 installdirs
$(INSTALL_PROGRAM) collect2$(exeext) $(libsubdir)/collect2$(exeext)

View File

@ -550,6 +550,7 @@ alpha64-dec-*vms*)
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
;;
esac
install_headers_dir=install-headers-cp
prefix=/gnu
local_prefix=/gnu
;;
@ -567,6 +568,7 @@ alpha*-dec-*vms*)
| sed 's/.*-.*-\(.*\)$/\1/' | sed 's/\./_/g'`
;;
esac
install_headers_dir=install-headers-cp
prefix=/gnu
local_prefix=/gnu
;;