summaryrefslogtreecommitdiff
path: root/sql/Makefile.am
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2007-02-15 15:00:58 +0100
committermsvensson@neptunus.(none) <>2007-02-15 15:00:58 +0100
commit8903aad4cd461b2398d53d186f28c8a5cf7c021e (patch)
tree165f77cc589bf2d0e7f17731f8c9b2d1b72afb2d /sql/Makefile.am
parent15008f6728cfd8aedb38bde1caf9fba999b0672a (diff)
parentcf5d849bcf9cbea13fc6cc5bafe4dda00fd04b54 (diff)
downloadmariadb-git-8903aad4cd461b2398d53d186f28c8a5cf7c021e.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/bug10777/my50-bug10777
into neptunus.(none):/home/msvensson/mysql/bug10777/my51-bug10777
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r--sql/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 264b469cd8c..3f4332fb562 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -153,7 +153,8 @@ mysql_tzinfo_to_sql.o: $(mysql_tzinfo_to_sql_SOURCES)
# flags, so can't pregenerate and include in source TAR. Revert to
# dist pregenerated if this changes, so the file doesn't differ.
lex_hash.h: gen_lex_hash$(EXEEXT)
- ./gen_lex_hash$(EXEEXT) > $@
+ ./gen_lex_hash$(EXEEXT) > $@-t
+ $(MV) $@-t $@
# the following three should eventually be moved out of this directory
ha_ndbcluster.o:ha_ndbcluster.cc ha_ndbcluster.h