Commit d25b2d39 authored by unknown's avatar unknown
Browse files

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 ceef6762 08b89a2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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