diff --git a/mysql/Makefile b/mysql/Makefile index a04cb29e14b..4db50e268a9 100644 --- a/mysql/Makefile +++ b/mysql/Makefile @@ -82,4 +82,5 @@ createpriv: mysql.sql: $(TABLES) data/data.sql find tables/ -name "*sql" | xargs cat | grep -v ^-- > mysql.sql - cat data/data.sql | grep -v ^-- >> mysql.sql \ No newline at end of file + cat data/data.sql | grep -v ^-- >> mysql.sql + cvs commit mysql.sql \ No newline at end of file