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
8f241ff5
Commit
8f241ff5
authored
Mar 10, 2014
by
Eric Botcazou
Committed by
Eric Botcazou
Mar 10, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/Make-lang.in (ADA_DEPFILES): Fix typo.
From-SVN: r208466
parent
4a4e80cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/Make-lang.in
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
8f241ff5
2014
-
03
-
10
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
Make
-
lang
.
in
(
ADA_DEPFILES
):
Fix
typo
.
2014
-
03
-
07
Doug
Rupp
<
rupp
@
adacore
.
com
>
PR
ada
/
60411
...
...
gcc/ada/gcc-interface/Make-lang.in
View file @
8f241ff5
...
...
@@ -1004,7 +1004,7 @@ ada_generated_files = ada/sinfo.h ada/einfo.h ada/nmake.adb ada/nmake.ads \
$(GNAT1_ADA_OBJS) $(GNATBIND_OBJS)
:
| $(ada_generated_files)
# Manually include the auto-generated dependencies for the Ada host objects.
ADA_DEPFILES
=
$
(
foreach obj,
(
GNAT1_ADA_OBJS
)
$(GNATBIND_OBJS)
,
\
ADA_DEPFILES
=
$
(
foreach obj,
$
(GNAT1_ADA_OBJS)
$(GNATBIND_OBJS)
,
\
$
(
dir
$(obj)
)
/
$(DEPDIR)
/
$
(
patsubst %.o,%.Po,
$
(
notdir
$(obj)
)))
-include
$(ADA_DEPFILES)
...
...
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