add usertrace-fast
[lttv.git] / usertrace-generic / Makefile
index 8291ac3fb8736e439b99360bdaa07393f54cbf85..292a5bc87dc7fca0330739a2e53e73f49c57a85a 100644 (file)
@@ -36,7 +36,7 @@ libltt-instrument-functions.so.0: ltt-instrument-functions.o ltt-facility-loader
 install:
        if [ ! -e "$(INCLUDE_DIR)/ltt" ] ; then mkdir $(INCLUDE_DIR)/ltt ; fi
        cp -f ltt/*.h $(INCLUDE_DIR)/ltt
-       cp -f libltt-instrument-functions.so* libltt-instrument-functions.a $(LIB_DIR)
+       cp -df libltt-instrument-functions.so* libltt-instrument-functions.a $(LIB_DIR)
 
 clean:
        rm -fr *.o *~ sample-thread sample sample-highspeed sample-printf sample-instrument-fct libltt-instrument-functions.so* libltt-instrument-functions.a
This page took 0.022332 seconds and 4 git commands to generate.