diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 16:58:40 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-01 16:58:40 +0000 |
| commit | 3b4519624e0ffb2d46d399c3430e9b8009fe02e1 (patch) | |
| tree | dba14666c01f207bfba492468e3bf9355ab940a9 /gcc | |
| parent | 506285e560df4f2d4a32a00eb438f9de852507fa (diff) | |
| download | ppe42-gcc-3b4519624e0ffb2d46d399c3430e9b8009fe02e1.tar.gz ppe42-gcc-3b4519624e0ffb2d46d399c3430e9b8009fe02e1.zip | |
* Makefile.in (install-headers): Remove redundant dependency.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41729 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d8655f32a20..2c30eb62ec8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 4788db4392a..dac77e74d6e 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. |

