Commit 2f7afba8 authored by unknown's avatar unknown

libmysqld/Makefile.am : Silly typo: Lacking a trailing semicolon after shell "if".


libmysqld/Makefile.am:
  Silly typo: Lacking a trailing semicolon after shell "if".
parent 9a0afe06
......@@ -167,7 +167,7 @@ link_sources:
rm -f $$f; \
@LN_CP_F@ $(top_srcdir)/libmysql/$$f $$f; \
done; \
it test -n "$(sqlstoragesources)" \
it test -n "$(sqlstoragesources)" ; \
then \
for f in "$(sqlstoragesources)"; do \
rm -f "$$f"; \
......
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