Fix toolchain build problem.

This commit is contained in:
tron 2002-12-13 15:37:10 +00:00
parent 8fe8a4ced8
commit 6c9c8b753c

View File

@ -2609,7 +2609,7 @@ install-multilib: stmp-multilib installdirs
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.