summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2007-02-15 15:04:53 +0100
committermsvensson@neptunus.(none) <>2007-02-15 15:04:53 +0100
commit68158c982d379a2a7d8dde72ad84cc790f0b63cf (patch)
tree16ef2a8af2e32435c62746b73c4d49b99c40d3b3
parent80a35bfd39e8bf7eec217a157d75584e60473b08 (diff)
parent72408c88bd1ce9c25cfa5391e847f0c1880372fe (diff)
downloadmariadb-git-68158c982d379a2a7d8dde72ad84cc790f0b63cf.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/bug10777/my41-bug10777
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-rw-r--r--sql/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am
index 43a7617df52..cf7bc0a1452 100644
--- a/sql/Makefile.am
+++ b/sql/Makefile.am
@@ -142,7 +142,8 @@ sql_yacc.o: sql_yacc.cc sql_yacc.h $(HEADERS)
# this avoid the rebuild of the built files in a source dist
lex_hash.h: gen_lex_hash.cc lex.h
$(MAKE) $(AM_MAKEFLAGS) gen_lex_hash$(EXEEXT)
- ./gen_lex_hash$(EXEEXT) > $@
+ ./gen_lex_hash$(EXEEXT) > $@-t
+ $(MV) $@-t $@
# For testing of udf_example.so; Works on platforms with gcc
# (This is not part of our build process but only provided as an example)