Ajout OPTIONS ou cela manquait

This commit is contained in:
Rodolphe Quiedeville 2003-06-19 10:19:46 +00:00
parent 18e7db148c
commit 759982f862

View File

@ -1,8 +1,4 @@
# # Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
# Copyright (C) 2001-2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
#
# $Id$
# $Source$
# #
# This program is free software; you can redistribute it and/or modify # 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 # 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 # along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# #
# $Id$
# $Source$
#
# General Makefile for Mysql database # General Makefile for Mysql database
# #
MYSQL=mysql MYSQL=mysql
BASE=dolibarr BASE=dolibarr
OPTIONS=
dev: dev:
$(MYSQL) $(BASE) < data_dev.sql $(MYSQL) $(OPTIONS) $(BASE) < data_dev.sql
$(MYSQL) $(BASE) < propal_dev.sql $(MYSQL) $(OPTIONS) $(BASE) < propal_dev.sql
$(MYSQL) $(BASE) < facture_dev.sql $(MYSQL) $(OPTIONS) $(BASE) < facture_dev.sql