From d81b5e34df2350242508807e041aef4af7f4dc10 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 10 May 2002 20:36:21 +0000 Subject: [PATCH] BWK awk appears to work for world builds just fine now. We want to make sparc64 the same as the other platforms -- so do it by moving the other platforms toward the sparc64. --- gnu/usr.bin/awk/Makefile | 7 ------- usr.bin/awk/Makefile | 2 -- 2 files changed, 9 deletions(-) diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index 6109e65d2e7e..d525cd10add9 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -6,17 +6,10 @@ .PATH: ${.CURDIR}/../../../contrib/awk -.if ${MACHINE_ARCH} == "sparc64" PROG= gawk -.else -PROG= awk -.endif SRCS= array.c awkgram.y builtin.c eval.c field.c gawkmisc.c io.c main.c \ msg.c node.c re.c version.c dfa.c getopt.c getopt1.c ext.c profile.c MAN= doc/gawk.1 -.if ${MACHINE_ARCH} != "sparc64" -MLINKS= gawk.1 awk.1 -.endif YFLAGS= diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index f732c71739d8..25d9259e7d77 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -11,10 +11,8 @@ CFLAGS+= -I. -I${AWKSRC} DPADD= ${LIBM} LDADD= -lm -.if ${MACHINE_ARCH} == "sparc64" LINKS= ${BINDIR}/nawk ${BINDIR}/awk MLINKS= nawk.1 awk.1 -.endif CLEANFILES= maketab proctab.c ytab.h