From 6c127155953165ab3999dcd198de6ec8871059e9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 May 2001 23:39:05 +0300 Subject: Fixed a bug with SELECT DISTINCT and HAVING Docs/manual.texi: Update AIX information support-files/Makefile.am: Removed mysql-max spec --- support-files/Makefile.am | 7 ------- 1 file changed, 7 deletions(-) (limited to 'support-files') diff --git a/support-files/Makefile.am b/support-files/Makefile.am index 164fd50a89c..00e8b13b12c 100644 --- a/support-files/Makefile.am +++ b/support-files/Makefile.am @@ -18,7 +18,6 @@ ## Process this file with automake to create Makefile.in EXTRA_DIST = mysql.spec.sh \ - mysql-max.spec.sh \ my-small.cnf.sh \ my-medium.cnf.sh \ my-large.cnf.sh \ @@ -34,7 +33,6 @@ pkgdata_DATA = my-small.cnf \ my-huge.cnf \ mysql-log-rotate \ mysql-@VERSION@.spec \ - mysql-max-@VERSION@.spec \ binary-configure pkgdata_SCRIPTS = mysql.server @@ -44,7 +42,6 @@ CLEANFILES = my-small.cnf \ my-large.cnf \ my-huge.cnf \ mysql.spec \ - mysql-max-@VERSION@.spec \ mysql-@VERSION@.spec \ mysql-log-rotate \ mysql.server \ @@ -55,10 +52,6 @@ mysql-@VERSION@.spec: mysql.spec rm -f $@ cp mysql.spec $@ -mysql-max-@VERSION@.spec: mysql-max.spec - rm -f $@ - cp mysql-max.spec $@ - SUFFIXES = .sh .sh: -- cgit v1.2.1