Commit 16636d35 by Angela Marie Thomas Committed by Richard Henderson

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

From-SVN: r41729
parent 55a0ab4a
2001-05-01 Angela Marie Thomas <angela@cygnus.com>
* Makefile.in (install-headers): Remove redundant dependency.
2001-05-01 Nathan Sidwell <nathan@codesourcery.com> 2001-05-01 Nathan Sidwell <nathan@codesourcery.com>
* c-tree.texi (USING_STMT): Document. * c-tree.texi (USING_STMT): Document.
......
...@@ -2693,7 +2693,7 @@ install-multilib: stmp-multilib installdirs ...@@ -2693,7 +2693,7 @@ install-multilib: stmp-multilib installdirs
-f libgcc.mk install -f libgcc.mk install
# Install all the header files built in the include subdirectory. # 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 # Fix symlinks to absolute paths in the installed include directory to
# point to the installed directory, not the build directory. # 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. # Don't need to use LN_S here since we really do need ln -s and no substitutes.
......
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