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
823a0596
Commit
823a0596
authored
Aug 26, 1997
by
Jeffrey A Law
Committed by
Jeff Law
Aug 26, 1997
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libtxi/Makefile.in: Add dependencies for memcpy, memmove and strdup.
From-SVN: r14939
parent
10549cbd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
texinfo/ChangeLog
+4
-0
texinfo/libtxi/Makefile.in
+5
-1
No files found.
texinfo/ChangeLog
View file @
823a0596
Tue
Aug
26
11
:
18
:
52
1997
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
libtxi
/
Makefile
.
in
:
Add
dependencies
for
memcpy
,
memmove
and
strdup
.
Mon
Jul
28
17
:
26
:
48
1997
Rob
Savoye
<
rob
@chinadoll
.
cygnus
.
com
>
*
aclocal
.
m4
:
Add
CYGWIN
and
EXEEXT
autoconf
macros
.
...
...
texinfo/libtxi/Makefile.in
View file @
823a0596
# Makefile for GNU texinfo/libtxi. -*- Indented-Text -*-
# $Id: Makefile.in,v 1.
3 1996/10/03 18:32:28 karl
Exp $
# $Id: Makefile.in,v 1.
1.1.1 1997/08/21 22:58:06 jason
Exp $
# Copyright (C) 1993, 96 Free Software Foundation, Inc.
...
...
@@ -58,6 +58,10 @@ libtxi.a: $(OBJS)
getopt.o
:
getopt.c getopt.h
getopt1.o
:
getopt1.c getopt.h
alloca.o
:
alloca.c
memcpy.o
:
c
memmove.o
:
memmove.c
strdup.o
:
strdup.c
install
:
uninstall
:
...
...
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