diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-16 00:04:50 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-16 00:04:50 +0000 |
commit | b5132a6b856d99b1aa2dd7705241e57b6fc8c622 (patch) | |
tree | 8f84751796c2a6d1743f161abcc83e7246276b42 /bfd/Makefile.in | |
parent | 3d6f098360d17972b34b0744466effb9163a04ed (diff) | |
download | gdb-b5132a6b856d99b1aa2dd7705241e57b6fc8c622.zip gdb-b5132a6b856d99b1aa2dd7705241e57b6fc8c622.tar.gz gdb-b5132a6b856d99b1aa2dd7705241e57b6fc8c622.tar.bz2 |
Now handles multiple hosts and targets.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 9 |
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)) |