[kaffe] CVS kaffe (dalibor): Fix for make dist
Kaffe CVS
cvs-commits at kaffe.org
Sun Feb 8 16:47:02 PST 2004
PatchSet 4406
Date: 2004/02/09 00:44:32
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Fix for make dist
2004-02-08 Dalibor Topic <robilad at kaffe.org>
* Makefile.am (DIST_SUBDIRS): Removed intl.
Members:
ChangeLog:1.1990->1.1991
Makefile.am:1.61->1.62
Makefile.in:1.142->1.143
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1990 kaffe/ChangeLog:1.1991
--- kaffe/ChangeLog:1.1990 Mon Feb 9 00:26:37 2004
+++ kaffe/ChangeLog Mon Feb 9 00:44:32 2004
@@ -1,5 +1,9 @@
2004-02-08 Dalibor Topic <robilad at kaffe.org>
+ * Makefile.am (DIST_SUBDIRS): Removed intl.
+
+2004-02-08 Dalibor Topic <robilad at kaffe.org>
+
* Makefile.am (EXTRA_DIST): Removed patches to libtool.
2004-02-08 Dalibor Topic <robilad at kaffe.org>
Index: kaffe/Makefile.am
diff -u kaffe/Makefile.am:1.61 kaffe/Makefile.am:1.62
--- kaffe/Makefile.am:1.61 Mon Feb 9 00:26:37 2004
+++ kaffe/Makefile.am Mon Feb 9 00:44:33 2004
@@ -16,7 +16,7 @@
SUBDIRS = . config include replace libltdl libraries/clib libraries/extensions kaffe libraries/javalib test po
-DIST_SUBDIRS = . config include replace libltdl intl kaffe libraries test po
+DIST_SUBDIRS = . config include replace libltdl kaffe libraries test po
EXTRA_DIST = \
ChangeLog.1 \
Index: kaffe/Makefile.in
diff -u kaffe/Makefile.in:1.142 kaffe/Makefile.in:1.143
--- kaffe/Makefile.in:1.142 Mon Feb 9 00:26:37 2004
+++ kaffe/Makefile.in Mon Feb 9 00:44:33 2004
@@ -328,7 +328,7 @@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign 1.3e
SUBDIRS = . config include replace libltdl libraries/clib libraries/extensions kaffe libraries/javalib test po
-DIST_SUBDIRS = . config include replace libltdl intl kaffe libraries test po
+DIST_SUBDIRS = . config include replace libltdl kaffe libraries test po
EXTRA_DIST = \
ChangeLog.1 \
ChangeLog.2 \
More information about the kaffe
mailing list