Commit 609f7031 by James Van Artsdalen

(install-headers-cpio): Run cpio in include-dir.

From-SVN: r6362
parent b209b3c5
...@@ -1948,7 +1948,7 @@ install-headers-tar: stmp-headers $(STMP_FIXPROTO) install-include-dir ...@@ -1948,7 +1948,7 @@ install-headers-tar: stmp-headers $(STMP_FIXPROTO) install-include-dir
# Install the include directory using cpio. # Install the include directory using cpio.
install-headers-cpio: stmp-headers $(STMP_FIXPROTO) install-include-dir 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. # 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; # It goes in a dir that is searched after GNU libc's headers;
......
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