(install-headers-cpio): Run cpio in include-dir.
authorjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jan 1994 10:36:32 +0000 (10:36 +0000)
committerjrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jan 1994 10:36:32 +0000 (10:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6362 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index c034fda..9ddd3ce 100644 (file)
@@ -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;