* Makefile.in (install-headers): Remove redundant dependency.

From-SVN: r41729
This commit is contained in:
Angela Marie Thomas 2001-05-01 16:58:40 +00:00 committed by Richard Henderson
parent 55a0ab4ac6
commit 16636d354c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-05-01 Angela Marie Thomas <angela@cygnus.com>
* Makefile.in (install-headers): Remove redundant dependency.
2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
* c-tree.texi (USING_STMT): Document.

View File

@ -2693,7 +2693,7 @@ install-multilib: stmp-multilib installdirs
-f libgcc.mk install
# Install all the header files built in the include subdirectory.
install-headers: install-include-dir $(INSTALL_HEADERS_DIR) $(INSTALL_ASSERT_H)
install-headers: $(INSTALL_HEADERS_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.