From 609f7031f2bfc6dd3ffbb37e75c72305fdfb2200 Mon Sep 17 00:00:00 2001 From: James Van Artsdalen Date: Sun, 9 Jan 1994 10:36:32 +0000 Subject: [PATCH] (install-headers-cpio): Run cpio in include-dir. From-SVN: r6362 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index c034fdaaaeb..9ddd3ce1251 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; -- 2.30.2