From 02e48b67b3fe395d3dfb005df2bfffac8b576246 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 20 May 1999 20:09:49 +0000 Subject: Remove unnecessary assignments of "INSTALL", "INSTALL_DATA", "INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV". --- databases/mysql-client/Makefile | 5 +---- databases/mysql-server/Makefile | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'databases') diff --git a/databases/mysql-client/Makefile b/databases/mysql-client/Makefile index e6b98a58b00..c7d8ec3932f 100644 --- a/databases/mysql-client/Makefile +++ b/databases/mysql-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/06 23:22:27 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:50 tron Exp $ # DISTNAME= mysql-3.22.22 @@ -20,9 +20,6 @@ CONFIGURE_ARGS+=--without-perl --without-debug --without-bench \ CONFIGURE_ARGS+=--without-readline .endif -CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" CFLAGS+= -Dunix USE_GMAKE= yes diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile index 2b211ff21aa..dcc02247135 100644 --- a/databases/mysql-server/Makefile +++ b/databases/mysql-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/06 23:37:00 tv Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/20 20:09:50 tron Exp $ # DISTNAME= mysql-3.22.22 @@ -23,9 +23,6 @@ CONFIGURE_ARGS+=--localstatedir=${MYSQL_DATADIR} \ --with-named-z-libs=z --with-named-curses=curses \ --without-perl --without-debug --without-bench \ --without-docs --with-low-memory -CONFIGURE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" CXX="${CXX}" CFLAGS+= -Dunix -- cgit v1.2.3