Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
16636d35
Commit
16636d35
authored
May 01, 2001
by
Angela Marie Thomas
Committed by
Richard Henderson
May 01, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (install-headers): Remove redundant dependency.
From-SVN: r41729
parent
55a0ab4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
16636d35
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
.
...
...
gcc/Makefile.in
View file @
16636d35
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment