1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Makefile.am:

Typo
This commit is contained in:
kent@mysql.com/kent-amd64.(none)
2007-04-20 15:52:49 +02:00
parent 9050451afe
commit 75c31f6bb9

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: