diff --git a/mysql/Makefile b/mysql/Makefile index 56ef10eb402..e3e8813c392 100644 --- a/mysql/Makefile +++ b/mysql/Makefile @@ -84,5 +84,5 @@ mysql.sql: $(TABLES) data/data.sql cat data/data.sql | grep -v ^-- >> mysql.sql mysql-BE.sql: $(TABLES) data/data-BE.sql - find tables/ -name "*sql" | xargs cat | grep -v ^-- | cut -d "-" -f 1 > mysql.sql - cat data/data-BE.sql | grep -v ^-- >> mysql.sql \ No newline at end of file + find tables/ -name "*sql" | xargs cat | grep -v ^-- | cut -d "-" -f 1 > mysql-BE.sql + cat data/data-BE.sql | grep -v ^-- >> mysql-BE.sql