Makefile.am:
Typo mysql-test/Makefile.am: Typo
This commit is contained in:
parent
79476ab29d
commit
0d3c448353
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user