Skip to content
Snippets Groups Projects
Commit 5b7338d7 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

who removed the OPT_FLAG? it is mandatory for CC prelinker on SGI

parent 3fd2ce6f
No related branches found
No related tags found
No related merge requests found
# $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" # Makefile for "libAdapt.a"
# #
...@@ -18,7 +18,7 @@ OS_FLAGS = ...@@ -18,7 +18,7 @@ OS_FLAGS =
VERSION_FLAGS = VERSION_FLAGS =
RMFLAGS = -f 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\ SRC = Plugin.cpp\
LevelsetPlugin.cpp\ LevelsetPlugin.cpp\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment