mirror of git://gcc.gnu.org/git/gcc.git
* libtxi/Makefile.in (AR_FLAGS): Defined as "rc".
From-SVN: r17337
This commit is contained in:
parent
af2de9e61f
commit
09f6348b8b
|
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
Tue Dec 2 20:24:40 1997 Bruno Haible <haible@ilog.fr>
|
||||||
|
|
||||||
* makeinfo/makeinfo.c (find_and_load, convert_from_stream):
|
* makeinfo/makeinfo.c (find_and_load, convert_from_stream):
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Makefile for GNU texinfo/libtxi. -*- Indented-Text -*-
|
# Makefile for GNU texinfo/libtxi. -*- Indented-Text -*-
|
||||||
# $Id: Makefile.in,v 1.4 1998/01/13 20:31:57 law Exp $
|
# $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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -23,6 +23,7 @@ VPATH = @srcdir@
|
||||||
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
AR = ar
|
AR = ar
|
||||||
|
AR_FLAGS = rc
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
|
|
||||||
DEFS = @DEFS@
|
DEFS = @DEFS@
|
||||||
|
|
@ -52,7 +53,7 @@ sub-all: all
|
||||||
|
|
||||||
libtxi.a: $(OBJS)
|
libtxi.a: $(OBJS)
|
||||||
rm -f $@
|
rm -f $@
|
||||||
$(AR) cq $@ $(OBJS)
|
$(AR) $(AR_FLAGS) $@ $(OBJS)
|
||||||
$(RANLIB) $@
|
$(RANLIB) $@
|
||||||
|
|
||||||
getopt.o: getopt.c getopt.h
|
getopt.o: getopt.c getopt.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue