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
44dbcb17
Commit
44dbcb17
authored
Nov 03, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(c-parse.o, c-lex.o): c-parse.h is in $(srcdir).
From-SVN: r8384
parent
6411126c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/Makefile.in
+3
-3
No files found.
gcc/Makefile.in
View file @
44dbcb17
...
...
@@ -946,8 +946,8 @@ crtend.o: crtstuff.c $(GCC_PASSES) $(CONFIG_H) gbl-ctors.h
# C language specific files.
c-parse.o
:
$(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h
c-parse.h
\
c-tree.h input.h flags.h
c-parse.o
:
$(srcdir)/c-parse.c $(CONFIG_H) $(TREE_H) c-lex.h
\
$(srcdir)/c-parse.h
c-tree.h input.h flags.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$(srcdir)
/c-parse.c
$(srcdir)/c-parse.c $(srcdir)/c-parse.h
:
$(srcdir)/c-parse.y
cd
$(srcdir)
;
$(BISON)
$(BISONFLAGS)
-d
c-parse.y
-o
c-parse.c
...
...
@@ -965,7 +965,7 @@ $(srcdir)/c-gperf.h: $(srcdir)/c-parse.gperf
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
\
c-lex.o
:
c-lex.c $(CONFIG_H) $(TREE_H) c-lex.h c-tree.h
$(srcdir)/
c-parse.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
...
...
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