From f5e792971140fb3eb64c726d68c8200fc81b068a Mon Sep 17 00:00:00 2001 From: hades Date: Tue, 16 Nov 1999 13:55:37 +0000 Subject: [PATCH] *** empty log message *** --- hadaq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadaq/Makefile b/hadaq/Makefile index 0b6e17e..97ad6a8 100644 --- a/hadaq/Makefile +++ b/hadaq/Makefile @@ -86,12 +86,12 @@ daq_anal: $(DAQ_ANAL_OBJS) $(CC) $(CFLAGS) $(LDFLAGS) $(DAQ_ANAL_OBJS) $(LOADLIBES) -o daq_anal clean: - rm -f *.o *.out core tags \ + rm -f makefile *.o *.out core tags \ agent.h agent_clnt.c agent_svc.c agent_xdr.c \ online.h online_clnt.c online_svc.c online_xdr.c latm.o: latm.c latm.h - $(CC) $(CFLAGS) -c latm.c + cc $(CFLAGS) -c latm.c online_clnt.c: online.x $(RPCGEN) -l online.x >online_clnt.c -- 2.43.0