diff --git a/mysql/data/Makefile b/mysql/data/Makefile index ab1045550ab..509a5a2a95b 100644 --- a/mysql/data/Makefile +++ b/mysql/data/Makefile @@ -1,8 +1,4 @@ -# -# Copyright (C) 2001-2002 Rodolphe Quiedeville -# -# $Id$ -# $Source$ +# Copyright (C) 2001-2003 Rodolphe Quiedeville # # 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 @@ -18,13 +14,17 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # +# $Id$ +# $Source$ +# # General Makefile for Mysql database # MYSQL=mysql BASE=dolibarr +OPTIONS= dev: - $(MYSQL) $(BASE) < data_dev.sql - $(MYSQL) $(BASE) < propal_dev.sql - $(MYSQL) $(BASE) < facture_dev.sql + $(MYSQL) $(OPTIONS) $(BASE) < data_dev.sql + $(MYSQL) $(OPTIONS) $(BASE) < propal_dev.sql + $(MYSQL) $(OPTIONS) $(BASE) < facture_dev.sql