Commit f3bd9dea authored by joerg@mysql.com's avatar joerg@mysql.com

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

parent 7d770269
......@@ -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