From cdf70d79b4e2cfefbd837979c0c4fe8890fc10e0 Mon Sep 17 00:00:00 2001 From: Rone Charles Date: Fri, 29 Dec 2017 11:08:31 -0500 Subject: [PATCH] Remove unmatched parenthesis in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eee473255..d4c8d638e 100644 --- a/Makefile +++ b/Makefile @@ -456,7 +456,7 @@ bowtie2-src: $(SRC_PKG_LIST) rm -rf .src.tmp .PHONY: bowtie2-pkg -bowtie2-pkg: PKG_DIR := bowtie2-$(VERSION)-$(if $(MACOS),macos,$(if $(MINGW),mingw,linux))-x86_64) +bowtie2-pkg: PKG_DIR := bowtie2-$(VERSION)-$(if $(MACOS),macos,$(if $(MINGW),mingw,linux))-x86_64 bowtie2-pkg: static-libs $(BIN_PKG_LIST) $(BOWTIE2_BIN_LIST) $(BOWTIE2_BIN_LIST_DBG) chmod a+x scripts/*.sh scripts/*.pl rm -rf .bin.tmp