From b93ddf56ab8576e8c2ea1f99d2c4d6d1bbef9716 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Jul 2005 13:30:00 +0000 Subject: [PATCH] =?UTF-8?q?Qual:=20Variable=20generique=20MYSQL=20renomm?= =?UTF-8?q?=E9=20en=20SQL=20(pour=20compatibilite=20pgsql)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mysql/data/Makefile b/mysql/data/Makefile index 509a5a2a95b..39775d0d39e 100644 --- a/mysql/data/Makefile +++ b/mysql/data/Makefile @@ -1,4 +1,6 @@ +# # Copyright (C) 2001-2003 Rodolphe Quiedeville +# Copyright (C) 2005 Laurent Destailleur # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,11 +22,11 @@ # General Makefile for Mysql database # -MYSQL=mysql +SQL=mysql BASE=dolibarr OPTIONS= dev: - $(MYSQL) $(OPTIONS) $(BASE) < data_dev.sql - $(MYSQL) $(OPTIONS) $(BASE) < propal_dev.sql - $(MYSQL) $(OPTIONS) $(BASE) < facture_dev.sql + $(SQL) $(OPTIONS) $(BASE) < data_dev.sql + $(SQL) $(OPTIONS) $(BASE) < propal_dev.sql + $(SQL) $(OPTIONS) $(BASE) < facture_dev.sql