Commit e206e7fc authored by unknown's avatar unknown

Makefile.am:

  Typo


mysql-test/Makefile.am:
  Typo
parent 6c764742
...@@ -103,7 +103,7 @@ install-data-local: ...@@ -103,7 +103,7 @@ install-data-local:
do \ do \
d=$(DESTDIR)$(testdir)/`dirname $$f`; \ d=$(DESTDIR)$(testdir)/`dirname $$f`; \
mkdir -p $$d ; \ mkdir -p $$d ; \
$(INSTALL_DATA) $(srcdir)$$f $$d ; \ $(INSTALL_DATA) $(srcdir)/$$f $$d ; \
done done
uninstall-local: uninstall-local:
......
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