From aed16987e200f64cdfdff6e1c788336e7129e1ad Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 14 Oct 1996 16:08:03 +0000 Subject: [PATCH] Removed extra dependancy on deplibs. --- src/bpt/Makefile.Unix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bpt/Makefile.Unix b/src/bpt/Makefile.Unix index 775576a06..08f252efa 100644 --- a/src/bpt/Makefile.Unix +++ b/src/bpt/Makefile.Unix @@ -9,7 +9,7 @@ PROD = makeBpt include $(TOP)/config/RULES.Unix -$(PROD): $(OBJS) $(DEPLIBS) +$(PROD): $(OBJS) $(RM) $@ $(LINK.c) -o $@ ${OBJS} $(LDLIBS)