From: enk Date: Fri, 26 May 2006 06:34:16 +0000 (+0000) Subject: Fix for missing separator problem. X-Git-Tag: V3_2_0rc~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b1b2d70d43f664ecbe6ad203186bb24036a378d0;p=modules%2Fsuperv.git Fix for missing separator problem. --- diff --git a/src/GraphExecutor/Makefile.in b/src/GraphExecutor/Makefile.in index 45f58df..c1b04a7 100644 --- a/src/GraphExecutor/Makefile.in +++ b/src/GraphExecutor/Makefile.in @@ -51,7 +51,7 @@ CPPFLAGS+= $(PYTHON_INCLUDES) $(QT_MT_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) CXXFLAGS+= -g -D__x86__ -D__linux__ -ftemplate-depth-42 -Wall \ $(KERNEL_CXXFLAGS) -feq ($(OS),REDHAT) +ifeq ($(OS),REDHAT) CXXFLAGS+= -DREDHAT endif