From 5a8bb49c77c4c48a0773fb6f75e6c85f616f7e25 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 26 Jun 1996 21:48:51 +0000 Subject: [PATCH] fixed acctst catime targets for solaris --- src/ca/Makefile.Unix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ca/Makefile.Unix b/src/ca/Makefile.Unix index c5efdcf65..7e59777dd 100644 --- a/src/ca/Makefile.Unix +++ b/src/ca/Makefile.Unix @@ -35,9 +35,11 @@ PROD = caRepeater include $(TOP)/src/config/RULES.Unix acctst: acctst.o $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a - $(LINK.c) -o $@ $< $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a + $(LINK.c) -o $@ $< $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a \ + $(ARCH_DEP_LDLIBS) -lm catime: catime.o $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a - $(LINK.c) -o $@ $< $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a + $(LINK.c) -o $@ $< $(LIBOBJS) $(DEPLIBS_BASE)/libCom.a \ + $(ARCH_DEP_LDLIBS) -lm