]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Tue, 16 Nov 1999 13:55:37 +0000 (13:55 +0000)
committerhades <hades>
Tue, 16 Nov 1999 13:55:37 +0000 (13:55 +0000)
hadaq/Makefile

index 0b6e17e82b37eb8328c1ec7fb131aac408e40c8b..97ad6a8a1da60f6b54414a027a72d3bf92d012c1 100644 (file)
@@ -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