Remove 3.13 compatibility build vars

This commit is contained in:
Andrew Johnson
2010-10-12 11:27:17 -05:00
parent fc43152e42
commit cf7f84cb2f
22 changed files with 11 additions and 111 deletions

View File

@@ -35,12 +35,6 @@ dbStaticIoc_SRCS += dbStaticIocRegister.c
LIBRARY_HOST += dbStaticHost
LIBRARY_IOC += dbStaticIoc
# For R3.13 compatibility only
ifeq ($(strip $(COMPAT_313)),YES)
OBJLIB_vxWorks=dbStaticIoc
OBJLIB_SRCS = $(LIBSRCS) $(dbStaticIoc_SRCS)
endif
dbStaticHost_LIBS = Com
dbStaticIoc_LIBS = Com
@@ -62,5 +56,3 @@ dbYacc.c: dbLex.c ../dbLexRoutines.c
clean::
@$(RM) dbLex.c dbYacc.c
# EOF Makefile.Host for base/src/dbStatic