diff options
author | unknown <serg@serg.mylan> | 2004-07-22 19:28:11 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-07-22 19:28:11 +0200 |
commit | 473eec23285c0338fa0cf45787c111686d8abd47 (patch) | |
tree | e01054b162e04bb63a44b975a2c8c3c6554a631c /sql/Makefile.am | |
parent | 632f350647974016d160d8d6e38cad1961898b82 (diff) | |
download | mariadb-git-473eec23285c0338fa0cf45787c111686d8abd47.tar.gz |
distclean:
rm -f lex_hash.h
BUG#4583
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index f3751eabd25..0a664a120a5 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -125,8 +125,8 @@ sql_lex.o: lex_hash.h udf_example.so: udf_example.cc $(CXXCOMPILE) -shared -o $@ $< -#distclean: -# rm -f lex_hash.h +distclean: + rm -f lex_hash.h # Don't update the files from bitkeeper %::SCCS/s.% |