fixed acctst catime targets for solaris

This commit is contained in:
Jeff Hill
1996-06-26 21:48:51 +00:00
parent 5f1ec28daf
commit 5a8bb49c77

View File

@@ -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