blob: deea77220ef196b7af28c454ed9634fffc1042af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.2 2006/12/06 16:52:20 joerg Exp $
--- scripts/Makefile.orig 2005-06-28 18:46:35.000000000 +0000
+++ scripts/Makefile
@@ -13,8 +13,8 @@ endif
SCRIPT_DIR := $(CURDIR)
SED := $(filter /%,$(shell /bin/sh -c 'type sed'))
-CSH := $(filter /%,$(shell /bin/sh -c 'type csh'))
-PERL := $(filter /%,$(shell /bin/sh -c 'type perl'))
+#CSH := $(filter /%,$(shell /bin/sh -c 'type csh'))
+#PERL := $(filter /%,$(shell /bin/sh -c 'type perl'))
VPATH := $(BIN_DIR)
ALL := exact-tandems mapview mummerplot nucmer promer \
|