From 5b7338d79658d2ed55aa8ff8e53872e2b4c8c7a2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 5 Nov 2001 11:25:11 +0000 Subject: [PATCH] who removed the OPT_FLAG? it is mandatory for CC prelinker on SGI --- Plugin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin/Makefile b/Plugin/Makefile index 7c9ea138de..62e42cf533 100644 --- a/Plugin/Makefile +++ b/Plugin/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 2001-10-31 16:33:46 remacle Exp $ +# $Id: Makefile,v 1.22 2001-11-05 11:25:11 geuzaine Exp $ # # Makefile for "libAdapt.a" # @@ -18,7 +18,7 @@ OS_FLAGS = VERSION_FLAGS = RMFLAGS = -f -CFLAGS = -DMPICH_SKIP_MPICXX $(C_FLAGS) $(OS_FLAGS) $(VERSION_FLAGS) $(INCLUDE) $(GUI_INCLUDE) +CFLAGS = -DMPICH_SKIP_MPICXX $(OPT_FLAGS) $(OS_FLAGS) $(VERSION_FLAGS) $(INCLUDE) $(GUI_INCLUDE) SRC = Plugin.cpp\ LevelsetPlugin.cpp\ -- GitLab