From: hadaq Date: Thu, 15 Nov 2001 15:09:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3b21b94fdb841f80e74784ca5bb550bfe782322d;p=daqdata.git *** empty log message *** --- diff --git a/hadaq/Makefile b/hadaq/Makefile index 8a1c05f..14c0369 100644 --- a/hadaq/Makefile +++ b/hadaq/Makefile @@ -101,8 +101,10 @@ libhadaq.a: libhadaq.a($(LIBHADAQ_OBJS)) $(AR) $(ARFLAGS) $@ $? install: libhadaq.a - cp $(LIBHADAQ_HDRS) $(HOME)/include - cp libhadaq.a $(HOME)/lib/$(SYSTYPE) + -mkdir $(HOME)/include + cp -f $(LIBHADAQ_HDRS) $(HOME)/include + -mkdir $(HOME)/lib/$(SYSTYPE) + cp -f libhadaq.a $(HOME)/lib/$(SYSTYPE) clean: rm -f *.o *.out core tags \