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
c85c3232
Commit
c85c3232
authored
Nov 25, 1998
by
Mike Stump
Committed by
Jeff Law
Nov 25, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (splay-tree.o): Add config.h dependency.
From-SVN: r23873
parent
f3ed04e7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libiberty/ChangeLog
+4
-0
libiberty/Makefile.in
+1
-1
No files found.
libiberty/ChangeLog
View file @
c85c3232
1998-11-25 Mike Stump <mrs@wrs.com>
* Makefile.in (splay-tree.o): Add config.h dependency.
Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon Nov 23 16:59:49 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in: Use AC_PREREQ(2.12.1).
* configure.in: Use AC_PREREQ(2.12.1).
...
...
libiberty/Makefile.in
View file @
c85c3232
...
@@ -237,7 +237,7 @@ objalloc.o: $(INCDIR)/objalloc.h
...
@@ -237,7 +237,7 @@ objalloc.o: $(INCDIR)/objalloc.h
obstack.o
:
config.h $(INCDIR)/obstack.h
obstack.o
:
config.h $(INCDIR)/obstack.h
pexecute.o
:
config.h $(INCDIR)/libiberty.h
pexecute.o
:
config.h $(INCDIR)/libiberty.h
spaces.o
:
$(INCDIR)/libiberty.h
spaces.o
:
$(INCDIR)/libiberty.h
splay-tree.o
:
$(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
splay-tree.o
:
config.h
$(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
strerror.o
:
config.h $(INCDIR)/libiberty.h
strerror.o
:
config.h $(INCDIR)/libiberty.h
strsignal.o
:
config.h $(INCDIR)/libiberty.h
strsignal.o
:
config.h $(INCDIR)/libiberty.h
xatexit.o
:
$(INCDIR)/libiberty.h
xatexit.o
:
$(INCDIR)/libiberty.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