blob: b48a79c2929a644278120865d147182379c56df1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
$NetBSD: patch-ab,v 1.10 2005/10/11 10:00:15 tonio Exp $
--- Makefile.am.orig 2005-08-25 02:54:34.000000000 +0200
+++ Makefile.am
@@ -25,7 +25,6 @@ SUBDIRS = \
. \
libraries/javalib \
config \
- libltdl \
$(MAYBE_BINRELOC_DIR) \
kaffe/kaffeh \
include \
@@ -36,7 +35,7 @@ SUBDIRS = \
po \
tools
-DIST_SUBDIRS = config include replace libltdl kaffe libraries tools test po
+DIST_SUBDIRS = config include replace kaffe libraries tools test po
EXTRA_DIST = \
ChangeLog.1 \
@@ -199,7 +198,6 @@ DIRECTORIES_BEFORE_RTJAR = \
config \
include \
replace \
- libltdl \
kaffe/kaffevm \
libraries/clib \
kaffe
|