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
007421a3
Commit
007421a3
authored
Jul 28, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(c-lex.o, distdir-start): Depend on $(srcdir)/c-gperf.h, not
c-gperf.h. From-SVN: r7809
parent
4a5516ae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/Makefile.in
+2
-2
No files found.
gcc/Makefile.in
View file @
007421a3
...
...
@@ -965,7 +965,7 @@ c-decl.o : c-decl.c $(CONFIG_H) $(TREE_H) c-tree.h c-lex.h flags.h
c-typeck.o
:
c-typeck.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h
c-lang.o
:
c-lang.c $(CONFIG_H) $(TREE_H)
c-lex.o
:
c-lex.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h c-parse.h
\
input.h flags.h c-gperf.h
input.h flags.h
$(srcdir)/
c-gperf.h
c-aux-info.o
:
c-aux-info.c $(CONFIG_H) $(TREE_H) c-tree.h flags.h
c-convert.o
:
c-convert.c $(CONFIG_H) $(TREE_H) flags.h
c-pragma.o
:
c-pragma.c $(CONFIG_H) $(TREE_H)
...
...
@@ -2119,7 +2119,7 @@ gcc.xtar: distdir
# This target exists to do the initial work before the language specific
# stuff gets done.
distdir-start
:
doc $(srcdir)/INSTALL c-parse.y c-gperf.h objc-parse.y
\
distdir-start
:
doc $(srcdir)/INSTALL c-parse.y
$(srcdir)/
c-gperf.h objc-parse.y
\
c-parse.c objc-parse.c cexp.c
@
if
grep
-s
"for version
${
mainversion
}
"
gcc.texi
>
/dev/null
;
\
then
true
;
\
...
...
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