aboutsummaryrefslogtreecommitdiff
path: root/biology/seqio/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/seqio/files/patch-Makefile')
-rw-r--r--biology/seqio/files/patch-Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/biology/seqio/files/patch-Makefile b/biology/seqio/files/patch-Makefile
deleted file mode 100644
index 865b0c0f884c..000000000000
--- a/biology/seqio/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig Tue Jul 9 20:20:42 1996
-+++ Makefile Wed Oct 22 16:43:02 2003
-@@ -8,11 +8,10 @@
- # just set the CC value to your compiler and make sure optimization
- # is turned on (it significantly affects the running time).
- #
--CC=gcc
--CFLAGS= -g -O2 -Wall -Wshadow
-+CC?=cc
-+CFLAGS?=-O -pipe
-
--
--all: grepseq fmtseq idxseq typeseq wcseq examples
-+all: grepseq fmtseq idxseq typeseq wcseq
-
- grepseq: grepseq.o seqio.o
- $(CC) $(CFLAGS) -o grepseq grepseq.o seqio.o