diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-08-23 12:45:14 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-08-24 11:20:06 +0200 |
commit | 9c5a0380019ba16016708b4eb9031818830f8fb9 (patch) | |
tree | 1931dab3f77343c47f8168409d9b95b5c7687c05 /cmake/make_dist.cmake.in | |
parent | db3be33ec877a3e39a18d46da8dc3ac364be8113 (diff) | |
download | mariadb-git-9c5a0380019ba16016708b4eb9031818830f8fb9.tar.gz |
MDEV-17040 sql/sql_yacc_orac.cc is included but sql/sql_yacc_ora.cc isn't included in source archive
fix a packaging typo
Diffstat (limited to 'cmake/make_dist.cmake.in')
-rw-r--r-- | cmake/make_dist.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/make_dist.cmake.in b/cmake/make_dist.cmake.in index 43498f1f888..6fad17137fd 100644 --- a/cmake/make_dist.cmake.in +++ b/cmake/make_dist.cmake.in @@ -110,7 +110,7 @@ CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc.cc CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc_ora.hh ${PACKAGE_DIR}/sql/sql_yacc_ora.hh COPYONLY) CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_yacc_ora.cc - ${PACKAGE_DIR}/sql/sql_yacc_orac.cc COPYONLY) + ${PACKAGE_DIR}/sql/sql_yacc_ora.cc COPYONLY) # Add documentation, if user has specified where to find them IF(MYSQL_DOCS_LOCATION) |