From 892e3a4107ecb7adf80b4df90feb9cc3fa3de5ba Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 20 Sep 2006 09:28:12 +0200 Subject: Bug#19738 "make install" tries to build files that "make" should already have built - Move comp_err to EXTRA_PROGRAMS, it will not be installed from 5.1 and up. extra/Makefile.am: Move comp_err to EXTRA_PROGRAMS, it will only be built if any of the files it prodcues need to be rebuilt support-files/mysql.spec.sh: Remove comp_err from files to install --- support-files/mysql.spec.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'support-files') diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 20bfd7188d2..618886fe858 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -640,7 +640,6 @@ fi %defattr(-, root, root, 0755) %doc mysql-release-%{mysql_version}/EXCEPTIONS-CLIENT %doc %attr(644, root, man) %{_mandir}/man1/mysql_config.1* -%attr(755, root, root) %{_bindir}/comp_err %attr(755, root, root) %{_bindir}/mysql_config %dir %attr(755, root, root) %{_includedir}/mysql %dir %attr(755, root, root) %{_libdir}/mysql -- cgit v1.2.1