* Makefile.in (install-headers): Remove redundant dependency.
authorAngela Marie Thomas <angela@cygnus.com>
Tue, 1 May 2001 16:58:40 +0000 (16:58 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 1 May 2001 16:58:40 +0000 (09:58 -0700)
From-SVN: r41729

gcc/ChangeLog
gcc/Makefile.in

index d8655f32a202683c4eacec68f1fb0c999378ed3f..2c30eb62ec8209189ca5d850c58e0dbd07362c2f 100644 (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.
index 4788db4392aac746fa33b3cd4ccba3715e55fe96..dac77e74d6e76250027c84303a360cc271a8b591 100644 (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.