=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/Attic/config.h,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/make/Attic/config.h 1996/11/30 21:08:53 1.7 --- src/usr.bin/make/Attic/config.h 1996/12/22 20:15:35 1.8 *************** *** 1,4 **** ! /* $OpenBSD: config.h,v 1.7 1996/11/30 21:08:53 millert Exp $ */ /* $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $ */ /* --- 1,4 ---- ! /* $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,119 **** #define SUNSHCMD #if !defined(__svr4__) && !defined(__SVR4) && !defined(__alpha__) && \ ! !defined(__mips__) # ifndef RANLIBMAG # define RANLIBMAG "__.SYMDEF" # endif --- 113,119 ---- #define SUNSHCMD #if !defined(__svr4__) && !defined(__SVR4) && !defined(__alpha__) && \ ! !defined(__mips__) && !defined(__powerpc__) # ifndef RANLIBMAG # define RANLIBMAG "__.SYMDEF" # endif