From 019c8cd3e3de124801cdc4c2684c2bc5b4dd5e08 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 12 Apr 2002 14:41:52 +0000 Subject: [PATCH] Turned the specific compiler order mpiCC into a Macro so it's easier to modify We shall need to put this into the automatic configure one day ... --- eo/tutorial/ParadisEO/Lesson1/Makefile | 2 +- eo/tutorial/ParadisEO/Lesson2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/tutorial/ParadisEO/Lesson1/Makefile b/eo/tutorial/ParadisEO/Lesson1/Makefile index d96cfe1c3..7bd46d2a6 100644 --- a/eo/tutorial/ParadisEO/Lesson1/Makefile +++ b/eo/tutorial/ParadisEO/Lesson1/Makefile @@ -1,4 +1,4 @@ -MPICC = ./mpiCC +MPICC = mpiCC ALL = IslandBitEA IslandBitEA2 IslandBitEA1 diff --git a/eo/tutorial/ParadisEO/Lesson2/Makefile b/eo/tutorial/ParadisEO/Lesson2/Makefile index ae927b084..87ea5380d 100644 --- a/eo/tutorial/ParadisEO/Lesson2/Makefile +++ b/eo/tutorial/ParadisEO/Lesson2/Makefile @@ -1,4 +1,4 @@ -MPICC = ./mpiCC +MPICC = mpiCC ALL = MasterDistEvalBitEA SlaveDistEvalBitEA