diff options
author | unknown <hf@deer.(none)> | 2004-01-27 11:25:07 +0400 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2004-01-27 11:25:07 +0400 |
commit | 36ab3e0dfef031b0c69fa6f7050bec2111b3c987 (patch) | |
tree | 1ee2054707d576d4c9e33f3684c0c350c785a87b /libmysqld | |
parent | a5af8f1f808a46a958ff665e250b51acb3204693 (diff) | |
download | mariadb-git-36ab3e0dfef031b0c69fa6f7050bec2111b3c987.tar.gz |
code cleanup (unnecessary line in libmysqld/Makefile.am)
libmysqld/Makefile.am:
superfluous line deleted
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index e51fb5e315e..f9e73d1e219 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -74,7 +74,6 @@ INC_LIB= $(top_builddir)/regex/libregex.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/strings/libmystrings.a \ $(top_builddir)/dbug/libdbug.a \ - $(top_builddir)/regex/libregex.a \ $(top_builddir)/vio/libvio.a # |