From 7095f324eefcc5ed4d9c6d20dbe32621b5e52843 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 3 Mar 2005 22:06:53 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Les=20makefiles=20g=E9n=E9rent=20un=20fi?= =?UTF-8?q?chier=20sql=20qui=20doit=20contenir=20la=20cr=E9ation=20des=20c?= =?UTF-8?q?l=E9s=20apr=E8s=20la=20cr=E9ation=20de=20toute=20les=20tables.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql/Makefile b/mysql/Makefile index db7df817c93..48cce3631a8 100644 --- a/mysql/Makefile +++ b/mysql/Makefile @@ -41,8 +41,8 @@ SQL=mysql BASE=dolibarr OPTIONS= -#FIND=find -FIND="c:/Program files/cygwin/bin/find" +FIND=find +#FIND="c:/Program files/cygwin/bin/find" TABLES=$(shell $(FIND) tables/ -name "*sql")