diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-22 20:15:36 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1996-12-22 20:15:36 +0000 |
commit | e5d9290182e4a34be63dc0008df0b3435f52fd13 (patch) | |
tree | 718fb7a27fa9b30892a7e6f540f1a7d1bd579b07 /usr.bin | |
parent | ef44cfbd12f46c8bc70a92672b8cbba7685127de (diff) |
PowerPC port is ELF based, treat same as svr4, mips, and alpha.
Diffstat (limited to 'usr.bin')
-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 f35ab4b4e47..0426bee7c1c 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.7 1996/11/30 21:08:53 millert Exp $ */ +/* $OpenBSD: config.h,v 1.8 1996/12/22 20:15:35 rahnds Exp $ */ /* $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $ */ /* @@ -113,7 +113,7 @@ #define SUNSHCMD #if !defined(__svr4__) && !defined(__SVR4) && !defined(__alpha__) && \ - !defined(__mips__) + !defined(__mips__) && !defined(__powerpc__) # ifndef RANLIBMAG # define RANLIBMAG "__.SYMDEF" # endif |