summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2005-06-13 20:57:01 +0000
committerKeith Seitz <keiths@redhat.com>2005-06-13 20:57:01 +0000
commit45780059fa927511ecc0c342deb92a6f73b7dbee (patch)
tree35821e6fac0562f9a9d668ef8b4d917edbbef3ec /lib
parentf0f1c2c3db1781eb1ce9fced896720a53b9af2d2 (diff)
downloadclasspath-45780059fa927511ecc0c342deb92a6f73b7dbee.tar.gz
* lib/Makefile.am (metafiles): Exclude directories and CVS files.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 9d79223f2..c93606589 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -7,7 +7,7 @@ sinclude $(JAVA_DEPEND)
propertydirs := $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org META-INF -type d ! -name CVS -print)
propertyfiles := $(shell cd $(top_srcdir)/resource && $(FIND) gnu java org -name \*\.properties -print)
-metafiles := $(shell cd $(top_srcdir)/resource && $(FIND) META-INF -print)
+metafiles := $(shell cd $(top_srcdir)/resource && $(FIND) META-INF -path \*/CVS -prune -o -type f -print)
compile_classpath = $(top_srcdir):$(top_srcdir)/vm/reference:$(top_srcdir)/external/w3c_dom:$(top_srcdir)/external/sax:.:$(USER_CLASSLIB)