diff options
author | unknown <gbichot@quadita2.mysql.com> | 2005-04-11 17:44:28 +0200 |
---|---|---|
committer | unknown <gbichot@quadita2.mysql.com> | 2005-04-11 17:44:28 +0200 |
commit | d25b2d39834f9ebc8f3dcf8b52d1e38d2f8e85ec (patch) | |
tree | 105f1e87d09c7605b2a3b53a408b50702f835eac /sql/share/Makefile.am | |
parent | ceef676261334a06d8de95a47da3080c3cd79f02 (diff) | |
parent | 08b89a2b7409f6638e96a8cffe9e8df9596b2527 (diff) | |
download | mariadb-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.am | 2 |
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 |