From 93cdce4fbfbe3a94b9bcc264c639606261e995ff Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 25 Jan 2000 02:24:48 +0000 Subject: [PATCH] Changed LIB to LIBRARY. --- src/bpt/Makefile | 2 +- src/dbStatic/Makefile | 4 ++-- src/libCom/Makefile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bpt/Makefile b/src/bpt/Makefile index 442fcd53d..38084983d 100644 --- a/src/bpt/Makefile +++ b/src/bpt/Makefile @@ -10,7 +10,7 @@ MENUS += menuConvert.h bptLibrary_SRCS += cvtBpt.c -LIB_IOC = bptLibrary +LIBRARY_IOC = bptLibrary BPTS += bptTypeJdegC.dbd BPTS += bptTypeJdegF.dbd diff --git a/src/dbStatic/Makefile b/src/dbStatic/Makefile index 487f7cddd..0527a769b 100644 --- a/src/dbStatic/Makefile +++ b/src/dbStatic/Makefile @@ -24,8 +24,8 @@ dbStatic_SRCS += dbStaticRun.c # Library to build: # -LIB_HOST += Db -LIB_IOC += dbStatic +LIBRARY_HOST += Db +LIBRARY_IOC += dbStatic # Products to build: # diff --git a/src/libCom/Makefile b/src/libCom/Makefile index a0284befb..73c10a03c 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -128,7 +128,7 @@ USR_CFLAGS = -D_NO_PROTO # Library to build: # lib$(LIBRARY).a or ..dll/..exp/..lib # -LIB=Com +LIBRARY=Com # for bldErrSymTbl: