1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Makefile.am:

Typo


mysql-test/Makefile.am:
  Typo
This commit is contained in:
unknown
2007-04-20 15:52:49 +02:00
parent 79476ab29d
commit 0d3c448353

View File

@@ -103,7 +103,7 @@ install-data-local:
do \
d=$(DESTDIR)$(testdir)/`dirname $$f`; \
mkdir -p $$d ; \
$(INSTALL_DATA) $(srcdir)$$f $$d ; \
$(INSTALL_DATA) $(srcdir)/$$f $$d ; \
done
uninstall-local: