diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-17 17:44:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-17 17:44:39 +0000 |
commit | 23530f503dcd13b641c1308097f5e3392ec85bf7 (patch) | |
tree | 7b20ee347939a2bcbf17eed9410a0cd1fe983f0b /lib/libc/sys/Makefile.inc | |
parent | 4ffeb47e1cdc4d287de5c609e3ac3797499b1be2 (diff) |
damn it, i have had it with this untested weak shit
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index fd2239a32c5..88080c317a3 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.37 2000/10/16 14:25:04 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.38 2000/10/17 17:44:38 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.35 1995/10/16 23:49:07 jtc Exp $ # @(#)Makefile.inc 8.1 (Berkeley) 6/17/93 @@ -6,7 +6,7 @@ .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/sys ${LIBCSRCDIR}/sys # for now, only i386 has usable weak aliases -.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "sparc" +.if ${MACHINE_ARCH} != "i386" CFLAGS+= -D_NO_WEAK_ALIASES .endif |