From cec0d1ead47c04855e5450f22cea2655461db0f8 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 9 Oct 2007 19:35:21 +0000 Subject: [PATCH] Dont install non-munched prods. --- 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 e01573c26..4fd2725f1 100644 --- a/configure/os/CONFIG.Common.vxWorksCommon +++ b/configure/os/CONFIG.Common.vxWorksCommon @@ -65,7 +65,7 @@ OBJLIB_SUFFIX = Library.o OBJLIBNAME = $(addsuffix $(OBJLIB_SUFFIX),$(basename $(OBJLIB))) OBJLIB_LD_OBJS += $(addsuffix $(OBJ),$(basename $(OBJLIB_SRCS) $(OBJLIB_OBJS))) PRODTARGETS += $(OBJLIBNAME) -INSTALL_PROD += $(OBJLIBNAME:%=$(INSTALL_BIN)/%) +INSTALL_PROD = $(OBJLIBNAME:%=$(INSTALL_BIN)/%) OBJLIB_MUNCHNAME += $(OBJLIBNAME:%$(OBJ)=%$(MUNCH_SUFFIX)) INSTALL_MUNCHS += $(OBJLIB_MUNCHNAME:%=$(INSTALL_BIN)/%) PRODTARGETS += $(OBJLIB_MUNCHNAME)