Commit ff3aaf17 by Douglas B Rupp Committed by Richard Kenner

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
parent 5701d273
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;
......
......@@ -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)
......
......@@ -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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment