diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-09-09 08:29:15 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-09-09 08:29:15 +0000 |
| commit | c9db555954dad0455d2fa087e26866bbed82ade8 (patch) | |
| tree | 6686585f8a0b6ba95d80adc547df5ab7e462c2e2 /usr.bin/make | |
| parent | 355a2610a7af26328e5d750d45336978b0f01a98 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index d72e6543b0450..3d44e2e07e121 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)config.h 8.1 (Berkeley) 6/6/93 - * $Id$ + * $Id: config.h,v 1.6 1997/02/22 19:27:08 peter Exp $ */ #define DEFSHELL 1 /* Bourne shell */ @@ -110,7 +110,7 @@ */ #define SUNSHCMD -#if !defined(__svr4__) && !defined(__SVR4) +#if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__) # ifndef RANLIBMAG # define RANLIBMAG "__.SYMDEF" # endif |
