diff options
author | Mats Kindahl <mats@sun.com> | 2010-04-21 08:15:10 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2010-04-21 08:15:10 +0200 |
commit | b5c45fb624c3d7d97dc394986a6b77165ebc1aeb (patch) | |
tree | 3f93fdd5f8cf3205b3c23f1a1ae8987e2e4d3a46 /Makefile.am | |
parent | c0817bacafacfd3199551a64acae8c6cb60dc238 (diff) | |
parent | 20f5c421e7a70fa4338da34ab123002cf9b00ad3 (diff) | |
download | mariadb-git-b5c45fb624c3d7d97dc394986a6b77165ebc1aeb.tar.gz |
Merging with mysql-trunk-bugfixing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2da50805fa5..8f472ab0b63 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,8 @@ dist-hook: --datadir=$(distdir)/win/data \ --srcdir=$(top_srcdir) storage/myisam/myisamchk --silent --fast $(distdir)/win/data/mysql/*.MYI - test ! -f configure.am || $(INSTALL_DATA) configure.am $(distdir) + test ! -f $(top_srcdir)/configure.am || \ + $(INSTALL_DATA) $(top_srcdir)/configure.am $(distdir) all-local: @ABI_CHECK@ |