summaryrefslogtreecommitdiff
path: root/sql/share/Makefile.am
diff options
context:
space:
mode:
authorunknown <gbichot@quadita2.mysql.com>2005-04-11 17:44:28 +0200
committerunknown <gbichot@quadita2.mysql.com>2005-04-11 17:44:28 +0200
commitd25b2d39834f9ebc8f3dcf8b52d1e38d2f8e85ec (patch)
tree105f1e87d09c7605b2a3b53a408b50702f835eac /sql/share/Makefile.am
parentceef676261334a06d8de95a47da3080c3cd79f02 (diff)
parent08b89a2b7409f6638e96a8cffe9e8df9596b2527 (diff)
downloadmariadb-git-d25b2d39834f9ebc8f3dcf8b52d1e38d2f8e85ec.tar.gz
all-local instead of all (to not have double "all:" in Makefile)
configure.in: Auto merged sql/share/Makefile.am: all-local instead of all
Diffstat (limited to 'sql/share/Makefile.am')
-rw-r--r--sql/share/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/Makefile.am b/sql/share/Makefile.am
index 608bbdb7ae6..0558fddcbb2 100644
--- a/sql/share/Makefile.am
+++ b/sql/share/Makefile.am
@@ -11,7 +11,7 @@ dist-hook:
$(INSTALL_DATA) $(srcdir)/charsets/README $(distdir)/charsets
$(INSTALL_DATA) $(srcdir)/charsets/Index.xml $(distdir)/charsets
-all: english/errmsg.sys
+all-local: english/errmsg.sys
# Use the english errmsg.sys as a flag that all errmsg.sys needs to be
# created. Normally these are created by extra/Makefile