Commit 2f7afba8 authored by unknown's avatar unknown
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"; \