From 55dae7db1c2a6875fdb3440c36ab4dd825062307 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 12 Aug 1995 01:13:30 +0000 Subject: [PATCH] no dbg lib --- src/rsrv/Makefile.Vx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/rsrv/Makefile.Vx b/src/rsrv/Makefile.Vx index aa2f1a47a..343d9e078 100644 --- a/src/rsrv/Makefile.Vx +++ b/src/rsrv/Makefile.Vx @@ -1,3 +1,4 @@ + EPICS = ../../../.. include Target.include include $(EPICS)/config/CONFIG_BASE @@ -12,14 +13,10 @@ OBJS = \ caserverio.o caservertask.o camsgtask.o camessage.o \ rsrv_init.o cast_server.o online_notify.o globalsource.o -PROD = dbgLib rsrvLib +PROD = rsrvLib include $(EPICS)/config/RULES.Vx -dbgLib: $(OBJS) globalsource.o - $(RM) $@ - $(LINK.c) $@ $(OBJS) globalsource.o $(LDLIBS) - rsrvLib: $(OBJS) $(RM) $@ $(LINK.c) $@ $(OBJS) $(LDLIBS)