diff options
author | jimw@mysql.com <> | 2005-08-23 11:25:24 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-08-23 11:25:24 -0700 |
commit | cf5dd176c0d83938a5fdc13cc7a4a5d049158a2e (patch) | |
tree | 8f25e99f65e13c5974f8f6c711c8e7e6a78520a7 /sql/share/Makefile.am | |
parent | 8888e9172d724850195a7eb6597b658a54f98042 (diff) | |
download | mariadb-git-cf5dd176c0d83938a5fdc13cc7a4a5d049158a2e.tar.gz |
Fix build using --without-server. (Bug #11680)
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 b7ab8fead22..2e23027f1f5 100644 --- a/sql/share/Makefile.am +++ b/sql/share/Makefile.am @@ -33,7 +33,7 @@ all-local: english/errmsg.sys # created. Normally these are created by extra/Makefile english/errmsg.sys: errmsg.txt - rm $(top_builddir)/include/mysqld_error.h + rm -f $(top_builddir)/include/mysqld_error.h (cd $(top_builddir)/extra && $(MAKE)) install-data-local: |