summaryrefslogtreecommitdiff
path: root/lang/ksi/patches/patch-ab
blob: 6a076a63257d6e7d637603365c4e146dfa4f3dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ab,v 1.1 2004/01/12 21:50:07 kristerw Exp $

--- Makefile.in.orig	Mon Jan 12 22:06:06 2004
+++ Makefile.in	Mon Jan 12 22:06:23 2004
@@ -98,7 +98,7 @@
 @NOT_COMPILE_EXAMPLES_TRUE@examples_subdir = 
 @NOT_COMPILE_EXAMPLES_FALSE@examples_subdir = example
 
-SUBDIRS = gc_build si interp lib ext doc $(examples_subdir) 
+SUBDIRS = si interp lib ext doc $(examples_subdir) 
 
 bin_SCRIPTS = ksi-config
 
@@ -119,7 +119,7 @@
 
 TAR = tar
 GZIP_ENV = --best
-DIST_SUBDIRS =  gc_build si interp lib ext doc example
+DIST_SUBDIRS =  si interp lib ext doc example
 all: all-redirect
 .SUFFIXES:
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)