From: Angela Marie Thomas Date: Tue, 1 May 2001 16:58:40 +0000 (+0000) Subject: * Makefile.in (install-headers): Remove redundant dependency. X-Git-Tag: prereleases/libstdc++-3.0.95~4680 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16636d354ce5d0cf8ab3bc524813a34fff32f976;p=thirdparty%2Fgcc.git * Makefile.in (install-headers): Remove redundant dependency. From-SVN: r41729 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d8655f32a202..2c30eb62ec82 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-05-01 Angela Marie Thomas + + * Makefile.in (install-headers): Remove redundant dependency. + 2001-05-01 Nathan Sidwell * c-tree.texi (USING_STMT): Document. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4788db4392aa..dac77e74d6e7 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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.