aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index b483c0c..0603904 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -31,7 +31,6 @@ CSEARCH = -I$(INCDIR)
#CDEFINES = # -DHOST_SYS=AIX_SYS # -DCOFF_TIMESTAMP -DANSI_LIBRARIES
#### host and target dependent Makefile fragments come in here.
-
###
TARG = libbfd.a
@@ -135,9 +134,7 @@ roll:
.force:
FORCE:
-# 'G960BASE' will be defined at invocation
install:
- make ${TARG} OPT=-O
# Target to uncomment host-specific lines in this makefile. Such lines must
# have the following string beginning in column 1: #__<hostname>__#
@@ -163,5 +160,7 @@ make:
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
(cd $(srcdir) ; \
- ./configure `if [ "$(srcdir)" != "." ] ; then echo +f; fi` -host=$(host) $(target))
-
+ ./configure +norecurse \
+ +destdir=$(destdir) \
+ `if [ "$(srcdir)" != "." ] ; then echo +f; fi` \
+ $(host) +target=$(target))