Commit 0e1e9279 authored by unknown's avatar unknown

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
parents b136da2c d1a0f654
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment