From: Arnaud Giersch Date: Tue, 8 Mar 2011 13:11:44 +0000 (+0100) Subject: Use absolute path for SIMGRID_INSTALL_DIR. X-Git-Tag: v0.1~88 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/32f6b88b0eba7de3a849bdc92aaeb938af8bb735?ds=sidebyside Use absolute path for SIMGRID_INSTALL_DIR. --- diff --git a/Makefile b/Makefile index 9de6a19..3b5b35a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SIMGRID_INSTALL_DIR ?= ./simgrid-stable -#SIMGRID_INSTALL_DIR ?= ./simgrid-dev +SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-stable +#SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-dev OPTIM_FLAGS += -O3 DEBUG_FLAGS += -g