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
c059f055
Commit
c059f055
authored
Sep 23, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in recent changes.
(bc-arity.h, bc-opcode.h, bc-opname.h): Use `./'. From-SVN: r5431
parent
ef026f91
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/Makefile.in
+6
-6
No files found.
gcc/Makefile.in
View file @
c059f055
...
@@ -1293,19 +1293,19 @@ bi-parser.o: $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h
...
@@ -1293,19 +1293,19 @@ bi-parser.o: $(srcdir)/bi-parser.c $(srcdir)/bi-defs.h
bi-lexer.c
:
$(srcdir)/bi-lexer.l $(srcdir)/bi-parser.h
bi-lexer.c
:
$(srcdir)/bi-lexer.l $(srcdir)/bi-parser.h
bi-lexer.o
:
bi-lexer.c bi-parser.h
bi-lexer.o
:
bi-lexer.c bi-parser.h
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$
9
srcdir
)
/bi-lexer.c
$(CC)
$(ALL_CFLAGS)
$(ALL_CPPFLAGS)
$(INCLUDES)
-c
$
(
srcdir)
/bi-lexer.c
bc-arity.h
:
$(srcdir)/bytecode.def bi-arity
bc-arity.h
:
$(srcdir)/bytecode.def bi-arity
-
rm
-f
bc-arity.h
-
rm
-f
bc-arity.h
bi-arity <
$(srcdir)
/bytecode.def
>
bc-arity.h
./
bi-arity <
$(srcdir)
/bytecode.def
>
bc-arity.h
bc-opcode.h
:
$(srcdir)/bytecode.def bi-opcode
bc-opcode.h
:
$(srcdir)/bytecode.def bi-opcode
-
rm
-f
bc-
arity
.h
-
rm
-f
bc-
opcode
.h
bi-opcode <
$(srcdir)
/bytecode.def
>
bc-arity
.h
./bi-opcode <
$(srcdir)
/bytecode.def
>
bc-opcode
.h
bc-opname.h
:
$(srcdir)/bytecode.def bi-opname
bc-opname.h
:
$(srcdir)/bytecode.def bi-opname
-
rm
-f
bc-
arity
.h
-
rm
-f
bc-
opname
.h
bi-opname <
$(srcdir)
/bytecode.def
>
bc-arity
.h
./bi-opname <
$(srcdir)
/bytecode.def
>
bc-opname
.h
bytecode.mostlyclean
:
bytecode.mostlyclean
:
-
rm
-f
bc-arity.h bc-opcode.h bc-opname.h
-
rm
-f
bc-arity.h bc-opcode.h bc-opname.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