Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/gnu/dist/toolchain/gcc Pullup revisions 1.4-1.5 (reques...



details:   https://anonhg.NetBSD.org/src/rev/4e59bba78a41
branches:  netbsd-1-6
changeset: 529914:4e59bba78a41
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Jan 26 09:18:30 2003 +0000

description:
Pullup revisions 1.4-1.5 (requested by grant in ticket #1075)
 Fix toolchain build problem.

diffstat:

 gnu/dist/toolchain/gcc/Makefile.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r f4538bce1419 -r 4e59bba78a41 gnu/dist/toolchain/gcc/Makefile.in
--- a/gnu/dist/toolchain/gcc/Makefile.in        Sun Jan 26 09:15:29 2003 +0000
+++ b/gnu/dist/toolchain/gcc/Makefile.in        Sun Jan 26 09:18:30 2003 +0000
@@ -2609,7 +2609,7 @@
        done
 
 # Install all the header files built in the include subdirectory.
-install-headers: install-include-dir $(INSTALL_HEADERS_DIR) $(INSTALL_ASSERT_H)
+install-headers: install-include-dir $(INSTALL_ASSERT_H)
 # Fix symlinks to absolute paths in the installed include directory to
 # point to the installed directory, not the build directory.
 # Don't need to use LN_S here since we really do need ln -s and no substitutes.



Home | Main Index | Thread Index | Old Index