From 207171d336475c4040f9ad82a69255e77f3ddeab Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 16 Nov 2006 22:44:34 +0000 Subject: [PATCH] Made vxWorks.h include depend on VXWORKS_VERSION. --- configure/os/CONFIG.Common.vxWorksCommon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index 6053c29fd..ff7b586cf 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -129,7 +129,8 @@ OP_SYS_LDFLAGS += # Fix for vxWorks headers using macros defined in # vxWorks.h but not including vxWorks.h -OP_SYS_INCLUDE_CPPFLAGS += -include $(VX_DIR)/target/h/vxWorks.h +OP_SYS_INCLUDE_CPPFLAGS_5.5 += -include $(VX_DIR)/target/h/vxWorks.h +OP_SYS_INCLUDE_CPPFLAGS = $(OP_SYS_INCLUDE_CPPFLAGS_$(VXWORKS_VERSION)) #-------------------------------------------------- # code flags