diff options
author | David MacKenzie <djm@cygnus> | 1994-06-23 20:08:57 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-06-23 20:08:57 +0000 |
commit | 1f8b3b5746e96f75156c3496484b1c19efe7e9e1 (patch) | |
tree | 5fe35234f45459b0831621b83655df02db9fd319 /bfd/mpw-make.in | |
parent | 15aca51186fa7d5b6e7b91dd4c2b283c130cb8d2 (diff) | |
download | gdb-1f8b3b5746e96f75156c3496484b1c19efe7e9e1.zip gdb-1f8b3b5746e96f75156c3496484b1c19efe7e9e1.tar.gz gdb-1f8b3b5746e96f75156c3496484b1c19efe7e9e1.tar.bz2 |
Change --with-targets to --enable-targets, per GNU coding standards.
Diffstat (limited to 'bfd/mpw-make.in')
-rw-r--r-- | bfd/mpw-make.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/mpw-make.in b/bfd/mpw-make.in index 86ee5cd..78805a2 100644 --- a/bfd/mpw-make.in +++ b/bfd/mpw-make.in @@ -124,7 +124,7 @@ ALL_MACHINES = \Option-d "{o}"cpu-z8k.c.o # The .c.o files needed by all of the 32 bit vectors that are configured into -# target_vector in targets.c if configured with --with-targets=all. +# target_vector in targets.c if configured with --enable-targets=all. BFD32_BACKENDS = \Option-d "{o}"aout-adobe.c.o \Option-d "{o}"aout32.c.o \Option-d @@ -180,8 +180,8 @@ BFD32_BACKENDS = \Option-d "{o}"sunos.c.o # The .c.o files needed by all of the 64 bit vectors that are configured into -# target_vector in targets.c if configured with --with-targets=all -# and --with-64-bit-bfd. +# target_vector in targets.c if configured with --enable-targets=all +# and --enable-64-bit-bfd. BFD64_BACKENDS = \Option-d "{o}"aout64.c.o \Option-d "{o}"coff-alpha.c.o \Option-d |