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
09f6348b
Commit
09f6348b
authored
Jan 13, 1998
by
H.J. Lu
Committed by
Jeff Law
Jan 13, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libtxi/Makefile.in (AR_FLAGS): Defined as "rc".
From-SVN: r17337
parent
af2de9e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
texinfo/ChangeLog
+4
-0
texinfo/libtxi/Makefile.in
+3
-2
No files found.
texinfo/ChangeLog
View file @
09f6348b
Tue
Jan
13
21
:
34
:
23
1998
H
.
J
.
Lu
(
hjl
@gnu
.
org
)
*
libtxi
/
Makefile
.
in
(
AR_FLAGS
)
:
Defined
as
"rc"
.
Tue
Dec
2
20
:
24
:
40
1997
Bruno
Haible
<
haible
@ilog
.
fr
>
*
makeinfo
/
makeinfo
.
c
(
find_and_load
,
convert_from_stream
)
:
...
...
texinfo/libtxi/Makefile.in
View file @
09f6348b
# Makefile for GNU texinfo/libtxi. -*- Indented-Text -*-
# $Id: Makefile.in,v 1.4 1998/01/13 20:31:57 law Exp $
# Copyright (C) 1993, 96 Free Software Foundation, Inc.
# Copyright (C) 1993, 96
, 98
Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -23,6 +23,7 @@ VPATH = @srcdir@
CC
=
@CC@
AR
=
ar
AR_FLAGS
=
rc
RANLIB
=
@RANLIB@
DEFS
=
@DEFS@
...
...
@@ -52,7 +53,7 @@ sub-all: all
libtxi.a
:
$(OBJS)
rm
-f
$@
$(AR)
cq
$@
$(OBJS)
$(AR)
$(AR_FLAGS)
$@
$(OBJS)
$(RANLIB)
$@
getopt.o
:
getopt.c getopt.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