Changes the install line to be a copy instead of a move
authorTim Reddy Tim <treddy@hudsonalpha.org>
Mon, 24 Nov 2008 18:52:30 +0000 (18:52 +0000)
committerTim Reddy Tim <treddy@hudsonalpha.org>
Mon, 24 Nov 2008 18:52:30 +0000 (18:52 +0000)
htswanalysis/src/Makefile

index 73c099a0f1bffbf3151e4055db65a7b312a1c4a1..9c8ca297aa48e10d4c1835e5d05f531650ee4cf4 100644 (file)
@@ -6,7 +6,7 @@ TARGETS=complexity_count qPCR profile_reads_against_features profile_reads_wig c
 all: $(TARGETS)
 
 install: $(TARGETS)
-       mv $^ ../bin/
+       cp $^ ../bin/
 
 clean:
        rm -f $(TARGETS)