From 4f03bba90d7024d5e39685eaa6151fd24ed96cf5 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 4 Nov 2004 20:29:36 +0000 Subject: [PATCH] Changed filterout to filter-out. --- configure/os/CONFIG.Common.vxWorksCommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index f3925ae08..0f31a63f5 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -137,7 +137,7 @@ COMPILE.ctdt = $(CC) -c $(CPPFLAGS) $(CFLAGS_ctdt) $(call PATH_FILTER,$(INCLUDES #-------------------------------------------------- # C preprocessor command -VXCPPFLAGS = $(filterout $(OP_SYS_INCLUDE_CPPFLAGS),$(CPPFLAGS)) +VXCPPFLAGS = $(filter-out $(OP_SYS_INCLUDE_CPPFLAGS),$(CPPFLAGS)) PREPROCESS.cpp = $(CPP) $(VXCPPFLAGS) $(INCLUDES) $< > $@ #--------------------------------------------------