From b1b2d70d43f664ecbe6ad203186bb24036a378d0 Mon Sep 17 00:00:00 2001 From: enk Date: Fri, 26 May 2006 06:34:16 +0000 Subject: [PATCH] Fix for missing separator problem. --- src/GraphExecutor/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2