]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhadaq <hadaq>
Thu, 15 Nov 2001 15:09:40 +0000 (15:09 +0000)
committerhadaq <hadaq>
Thu, 15 Nov 2001 15:09:40 +0000 (15:09 +0000)
hadaq/Makefile

index 8a1c05f28a3d001c1cd1ee3ce9bde424fd518451..14c0369a9217f74bb43c23544ba8c967612b4efb 100644 (file)
@@ -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 \