mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Merge mysql.com:/space/my/mysql-4.0
into mysql.com:/space/my/mysql-4.0-build
This commit is contained in:
commit
5d5e5f3ae8
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ sql_yacc.o: sql_yacc.cc sql_yacc.h
|
|||
$(CXXCOMPILE) $(LM_CFLAGS) -c $<
|
||||
|
||||
lex_hash.h: lex.h gen_lex_hash.cc sql_yacc.h
|
||||
$(MAKE) gen_lex_hash
|
||||
./gen_lex_hash > $@
|
||||
$(MAKE) gen_lex_hash$(EXEEXT)
|
||||
./gen_lex_hash$(EXEEXT) > $@
|
||||
|
||||
# Hack to ensure that lex_hash.h is built early
|
||||
sql_lex.o: lex_hash.h
|
||||
|
|
Loading…
Add table
Reference in a new issue