From 3b21b94fdb841f80e74784ca5bb550bfe782322d Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 15 Nov 2001 15:09:40 +0000 Subject: [PATCH] *** empty log message *** --- hadaq/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 \ -- 2.43.0