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
024b5658
Commit
024b5658
authored
May 06, 1998
by
Jason Merrill
Committed by
Jason Merrill
May 06, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Fix .SUFFIXES.
From-SVN: r19597
parent
c400f7ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+4
-2
No files found.
gcc/ChangeLog
View file @
024b5658
Wed May 6 19:02:29 1998 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in: Fix .SUFFIXES.
Wed May 6 19:31:32 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* config/linux.h (ASM_COMMENT_START): Define as "#".
...
...
gcc/Makefile.in
View file @
024b5658
...
...
@@ -701,8 +701,10 @@ RECOG_H = recog.h gansidecl.h
# End of language makefile fragments.
#
# Avoid a lot of time thinking about remaking Makefile.in and *.def.
.SUFFIXES
:
.in .def
# The only suffixes we want for implicit rules are .c and .o, so clear
# the list and add them. This speeds up GNU Make, and allows -r to work.
.SUFFIXES
:
.SUFFIXES
:
.c .o
Makefile
:
$(srcdir)/Makefile.in config.status $(srcdir)/version.c
\
$(xmake_file) $(tmake_file) $(LANG_MAKEFILES)
...
...
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