From 27fcd9bf91db7f24c63e3cf4d5ddb66fcd0486ff Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 2 Apr 2003 19:17:27 +0000 Subject: [PATCH] fix for old config rules --- src/as/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/Makefile b/src/as/Makefile index 29074b13a..72f63047d 100644 --- a/src/as/Makefile +++ b/src/as/Makefile @@ -36,7 +36,7 @@ PROD_LIBS = asHost dbStaticHost Com # For R3.13 compatibility only OBJLIB_vxWorks=asIoc -OBJLIB_SRCS = $(LIBSRCS) $(asIoc_SRCS) +OBJLIB_SRCS += $(LIB_SRCS) $(asIoc_SRCS) include $(TOP)/configure/RULES