Merge neptunus.(none):/home/msvensson/mysql/bug10777/my41-bug10777
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
This commit is contained in:
commit
68158c982d
@ -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
|
# this avoid the rebuild of the built files in a source dist
|
||||||
lex_hash.h: gen_lex_hash.cc lex.h
|
lex_hash.h: gen_lex_hash.cc lex.h
|
||||||
$(MAKE) $(AM_MAKEFLAGS) gen_lex_hash$(EXEEXT)
|
$(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
|
# 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)
|
# (This is not part of our build process but only provided as an example)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user