Path: blob/main/biology/freebayes/files/patch-Makefile
16135 views
--- Makefile.orig 2018-03-23 14:01:01 UTC
+++ Makefile
@@ -5,7 +5,7 @@ wbamtools: vcflib/Makefile log
cd src && $(MAKE) -f Makefile.bamtools
log: src/version_git.h
- wget -q http://hypervolu.me/freebayes/build/$(shell cat src/version_git.h | grep v | cut -f 3 -d\ | sed s/\"//g) &
+ # wget -q http://hypervolu.me/freebayes/build/$(shell cat src/version_git.h | grep v | cut -f 3 -d\ | sed s/\"//g) &
src/version_git.h:
cd src && $(MAKE) autoversion
@@ -27,7 +27,7 @@ uninstall:
rm /usr/local/bin/freebayes /usr/local/bin/bamleftalign
test:
- cd test && make test
+ cd test && ${MAKE} test
clean:
cd src && $(MAKE) clean