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
f77d8413
Commit
f77d8413
authored
26 years ago
by
Michael Tiemann
Committed by
Jim Wilson
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix parallel make problem.
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h. From-SVN: r23029
parent
bfca295f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libiberty/ChangeLog
+4
-0
libiberty/Makefile.in
+2
-2
No files found.
libiberty/ChangeLog
View file @
f77d8413
Sun Oct 11 17:36:06 1998 Michael Tiemann <tiemann@holodeck.cygnus.com>
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
Thu Oct 8 23:42:08 1998 Jeffrey A Law (law@cygnus.com)
* Merge egcs & devo libiberty.
...
...
This diff is collapsed.
Click to expand it.
libiberty/Makefile.in
View file @
f77d8413
...
...
@@ -221,7 +221,7 @@ basename.o: $(INCDIR)/libiberty.h
choose-temp.o
:
config.h
clock.o
:
config.h
concat.o
:
$(INCDIR)/libiberty.h
cplus-dem.o
:
$(INCDIR)/demangle.h
cplus-dem.o
:
config.h
$(INCDIR)/demangle.h
fdmatch.o
:
$(INCDIR)/libiberty.h
fnmatch.o
:
config.h $(INCDIR)/fnmatch.h
getcwd.o
:
config.h
...
...
@@ -233,7 +233,7 @@ hex.o: $(INCDIR)/libiberty.h
floatformat.o
:
$(INCDIR)/floatformat.h
mkstemp.o
:
config.h
objalloc.o
:
$(INCDIR)/objalloc.h
obstack.o
:
$(INCDIR)/obstack.h
obstack.o
:
config.h
$(INCDIR)/obstack.h
pexecute.o
:
config.h $(INCDIR)/libiberty.h
spaces.o
:
$(INCDIR)/libiberty.h
strerror.o
:
config.h $(INCDIR)/libiberty.h
...
...
This diff is collapsed.
Click to expand it.
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