summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-09-20 08:56:57 +0200
committerunknown <msvensson@shellback.(none)>2006-09-20 08:56:57 +0200
commita116258895d6df17aa6e955ae67286cd4ba999a7 (patch)
treeb20111b8c0cea9f828a78d28b61440f9fc928a5a /sql/Makefile.am
parent4b0af58230ddc2479063becd4ba276ccf0f751b0 (diff)
downloadmariadb-git-a116258895d6df17aa6e955ae67286cd4ba999a7.tar.gz
Bug#19738 "make install" tries to build files that "make" should already have built
- Move gen_lex_hash to EXTRA_PROGRAMS sql/Makefile.am: Move gen_lex_hash to EXTRA_PROGRAMS, this will make it be built only when lex_hash.h need to be rebuilt
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index a106a2773f1..73aadf8d687 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -27,7 +27,7 @@ INCLUDES = @ZLIB_INCLUDES@ \
WRAPLIBS= @WRAPLIBS@
SUBDIRS = share
libexec_PROGRAMS = mysqld
-noinst_PROGRAMS = gen_lex_hash
+EXTRA_PROGRAMS = gen_lex_hash
bin_PROGRAMS = mysql_tzinfo_to_sql
gen_lex_hash_LDFLAGS = @NOINST_LDFLAGS@
LDADD = $(top_builddir)/myisam/libmyisam.a \