From 892aa868a4a16698ebc207885f8c3ed9a12a6c0f Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 24 Jan 2000 22:49:32 +0000 Subject: [PATCH] Changed libComNew to libCom. --- src/libCom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 683fa054d..a0284befb 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -1,7 +1,7 @@ TOP = ../.. include $(TOP)/configure/CONFIG -LIBCOM = $(TOP)/src/libComNew +LIBCOM = $(TOP)/src/libCom # From osi