summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2008-12-11 20:07:28 +0000
committerAaron M. Ucko <ucko@debian.org>2008-12-11 20:07:28 +0000
commitba8e66ff7c7810a0d5f2dbf3814e3a92f14bf2fe (patch)
tree8d5c684c73ef1c849485b2cc3897f635a15cefc7 /make
parent12b90b661abaf192ee3e2f5e77c36e1d36c9a55d (diff)
[svn-upgrade] Integrating new upstream version, ncbi-tools6 (6.1.20081116a)
Diffstat (limited to 'make')
-rw-r--r--make/makenet.unx4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/makenet.unx b/make/makenet.unx
index 911449cf..27f811b4 100644
--- a/make/makenet.unx
+++ b/make/makenet.unx
@@ -1,6 +1,6 @@
# makefile for network demo programs and network entrez
#
-# $Id: makenet.unx,v 6.230 2008/11/07 15:51:59 kans Exp $
+# $Id: makenet.unx,v 6.231 2008/12/10 21:23:29 ucko Exp $
# test, ignore
#
# Sun with unbundled ANSI compiler [ make CC=acc RAN=ranlib ]
@@ -1197,7 +1197,7 @@ bl2seq : bl2seq.c
$(LIBCOMPADJ) $(LIB41) $(NETCLILIB) $(LIB2) $(LIB1) \
$(OTHERLIBS)
-taxblast: taxblast_main.c
+taxblast: taxblast_main.c $(BLIB41) $(BLIB40)
$(CC) -g -o taxblast $(LDFLAGS) taxblast_main.c \
$(LIB61) $(LIB60) $(LIB36) $(LIB41) $(LIB40) $(LIB23) $(LIBCOMPADJ) \
$(NETCLILIB) $(LIB2) $(LIB1) $(OTHERLIBS)