From c0957fb625aaa8291a0c0849be8a56f0d6d0e208 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 19 Feb 2001 17:12:25 +0000 Subject: [PATCH] Removed include ov vxWorks.h from snc preprocessing. --- configure/os/CONFIG.Common.vxWorksCommon | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index 51055b5e3..d420660fb 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -70,7 +70,7 @@ OP_SYS_LDLIBS = # Fix for vxWorks headers using macros defined in # vxWorks.h but not including vxWorks.h -OP_SYS_CPPFLAGS += -include $(GNU_TARGET_INCLUDE_DIR)/vxWorks.h +OP_SYS_INCLUDE_CPPFLAGS += -include $(GNU_TARGET_INCLUDE_DIR)/vxWorks.h #-------------------------------------------------- # code flags @@ -106,7 +106,7 @@ LINK.cpp = $(LD) -o $@ $(LDFLAGS) $(PROD_LD_OBJS) $(PROD_LD_RES) $(LDLIBS) ##%.c: ../%.st ## @echo "preprocessing $*.st" ## @$(RM) $*.i -## $(CPP) $(CPPSNCFLAGS) $< > $*.i +## $(CPP) $(CPPSNCFLAGS) $(INCLUDES) $< > $*.i ## @echo "converting $*.i" ## @$(RM) $@ ## $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i -o $@ @@ -116,7 +116,6 @@ LINK.cpp = $(LD) -o $@ $(LDFLAGS) $(PROD_LD_OBJS) $(PROD_LD_RES) $(LDLIBS) ## ln -s $< $*.st ## $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.st -o $@ ## @$(RM) $*.st -CPPSNCFLAGS += -x c #-------------------------------------------------- # Allow site overrides