aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1994-01-09 10:36:32 +0000
committerJames Van Artsdalen <jrv@gnu.org>1994-01-09 10:36:32 +0000
commit609f7031f2bfc6dd3ffbb37e75c72305fdfb2200 (patch)
treedb6c6f2879216948ba3f4d8719e8eafdcdbd610c
parentb209b3c59fadb393642fb1950935988d6ed8c75b (diff)
downloadgcc-609f7031f2bfc6dd3ffbb37e75c72305fdfb2200.zip
gcc-609f7031f2bfc6dd3ffbb37e75c72305fdfb2200.tar.gz
gcc-609f7031f2bfc6dd3ffbb37e75c72305fdfb2200.tar.bz2
(install-headers-cpio): Run cpio in include-dir.
From-SVN: r6362
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index c034fda..9ddd3ce 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1948,7 +1948,7 @@ install-headers-tar: stmp-headers $(STMP_FIXPROTO) install-include-dir
# Install the include directory using cpio.
install-headers-cpio: stmp-headers $(STMP_FIXPROTO) install-include-dir
- (cd include; find . -print) | cpio -pdum $(libsubdir)/include
+ (cd include; find . -print) | (cd include; cpio -pdum $(libsubdir)/include)
# Put assert.h where it won't override GNU libc's assert.h.
# It goes in a dir that is searched after GNU libc's headers;