diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-23 00:31:14 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-23 00:31:14 +0000 |
commit | 378536737534d2a8710807f1e5fbed43d372e6a4 (patch) | |
tree | 14fa89bafa624d6fa760db562308213f8354a617 /binutils/ar.c | |
parent | dfd4c728fa4aad5c2975966d280d3ae976dce121 (diff) | |
download | gdb-378536737534d2a8710807f1e5fbed43d372e6a4.zip gdb-378536737534d2a8710807f1e5fbed43d372e6a4.tar.gz gdb-378536737534d2a8710807f1e5fbed43d372e6a4.tar.bz2 |
Minor MPW compatibility tweaks.
Diffstat (limited to 'binutils/ar.c')
-rw-r--r-- | binutils/ar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/binutils/ar.c b/binutils/ar.c index 5b5df61..ec6b508 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -1,5 +1,5 @@ /* ar.c - Archive modify and extract. - Copyright 1991, 1992 Free Software Foundation, Inc. + Copyright 1991, 1992, 1994 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -28,7 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "sysdep.h" #include "bucomm.h" #include "aout/ar.h" -#include "../bfd/libbfd.h" +#include "libbfd.h" #include "arsup.h" #include <stdio.h> #ifdef POSIX_UTIME @@ -334,7 +334,7 @@ main(argc, argv) mri_mode = 1; break; default: - fprintf(stderr, "%s: illegal option -- %c", program_name, c); + fprintf(stderr, "%s: illegal option -- %c\n", program_name, c); usage (); } } |