From 2a2d1f2bc6995652b8dac1f042a32640e9751483 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 5 Mar 2001 22:01:50 +0000 Subject: [PATCH] Removed snc lines --- configure/os/CONFIG.Common.vxWorksCommon | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/configure/os/CONFIG.Common.vxWorksCommon b/configure/os/CONFIG.Common.vxWorksCommon index 87eaa052e..0b17acae0 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -100,22 +100,6 @@ OSITHREAD_USE_DEFAULT_STACK = NO # Link definitions LINK.cpp = $(LD) -o $@ $(LDFLAGS) $(PROD_LD_OBJS) $(PROD_LD_RES) $(LDLIBS) -#-------------------------------------------------- -# Uncomment these lines to, use C to compile SNC output -- all other systems use C++ -##%.c: ../%.st -## @echo "preprocessing $*.st" -## @$(RM) $*.i -## $(CPP) $(CPPSNCFLAGS) $(INCLUDES) $< > $*.i -## @echo "converting $*.i" -## @$(RM) $@ -## $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i -o $@ -## -##%.c: %.stt -## @echo "converting $< -## ln -s $< $*.st -## $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.st -o $@ -## @$(RM) $*.st - #-------------------------------------------------- # Allow site overrides -include $(CONFIG)/os/CONFIG_SITE.Common.vxWorksCommon