From f8fec3de99fe2f6d1cdbc968483c43197abbc8b2 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 13 Apr 2003 19:54:08 +0000 Subject: [PATCH] Commit auto dans la regle de generation de mysql.sql --- mysql/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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