diff options
author | lenz@mysql.com <> | 2004-12-17 18:00:05 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-12-17 18:00:05 +0100 |
commit | 750f3937d7e7f0b269932cdd93ef7bd8a26b06da (patch) | |
tree | 7f38ee95258386fd4c45fe1039e7dd5bec69a95c /sql/share/Makefile.am | |
parent | 63534a3d9828e89bd87c643104f33fa41d954668 (diff) | |
download | mariadb-git-750f3937d7e7f0b269932cdd93ef7bd8a26b06da.tar.gz |
- typo fix
Diffstat (limited to 'sql/share/Makefile.am')
-rw-r--r-- | sql/share/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/Makefile.am b/sql/share/Makefile.am index 07bea9a4e28..cfbbb36c489 100644 --- a/sql/share/Makefile.am +++ b/sql/share/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to create Makefile.in -extra_DIST= errmsg.txt +EXTRA_DIST= errmsg.txt dist-hook: for dir in charsets @AVAILABLE_LANGUAGES@; do \ |