aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1991-05-14 16:30:22 +0000
committerK. Richard Pixley <rich@cygnus>1991-05-14 16:30:22 +0000
commit1b494bfa15411eb254eee4f28ae8e07f89d4d268 (patch)
tree6f1128231a902986b432bdd3831262e05721f2ee /bfd/Makefile.in
parent3795e57647eb4af512b840c0fd5c6571beea80aa (diff)
downloadgdb-1b494bfa15411eb254eee4f28ae8e07f89d4d268.zip
gdb-1b494bfa15411eb254eee4f28ae8e07f89d4d268.tar.gz
gdb-1b494bfa15411eb254eee4f28ae8e07f89d4d268.tar.bz2
ar called through parametarizable macro.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index e73faf3..22bcb45 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -22,7 +22,8 @@
srcdir = .
RANLIB = ranlib
-AR =
+AR = ar
+AR_FLAGS = clq
INCDIR = $(srcdir)/../include
CSEARCH = -I$(INCDIR)
DEP = mkdep
@@ -55,8 +56,8 @@ OFILES = $(BFD_LIBS) $(BFD_BACKENDS)
$(TARGETLIB): $(OFILES)
rm -f $(TARGETLIB)
- ar clq $(TARGETLIB) $(OFILES)
- ranlib $(TARGETLIB)
+ $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
+ $(RANLIB) $(TARGETLIB)
stage1: force
- mkdir stage1