From 43e93e57058f5b3ddbed9ce19aea6563ee121a5e Mon Sep 17 00:00:00 2001 From: sobomax Date: Fri, 23 Nov 2001 15:40:26 +0000 Subject: Override CONFIGURE_TARGET, so that this configure script generated by autoconf-2.52 doesn't generate a warning. --- shells/bash/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'shells/bash') diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 4086b65db63..0c109415f52 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -21,6 +21,7 @@ MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= bash.1 bashbug.1 post-install: -- cgit