summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2007-05-08 01:09:30 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2007-05-08 01:09:30 +0000
commit116ce3a7cabdba920042c9cd00daec1820c6f48c (patch)
treefa43e5493fbb2ac9d7a28113b05a4a6c1d5f4c79 /lib
parent0dc86e4be6d6fd457c80e620871a329a0f6e24d7 (diff)
downloadclasspath-116ce3a7cabdba920042c9cd00daec1820c6f48c.tar.gz
2007-05-08 Andrew John Hughes <gnu_andrew@member.fsf.org>
* lib/Makefile.am: Print property files as well.
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 efa7f99b1..684f9e7b5 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -96,7 +96,7 @@ glibj.zip: classes compile-classes resources
endif # USE_PREBUILT_GLIBJ_ZIP
resources: copy-vmresources.sh
- @list=`cd $(top_srcdir)/resource && $(FIND) gnu java javax org -name \*\.properties -o -name \*\.css -print`; for p in $$list; do \
+ @list=`cd $(top_srcdir)/resource && $(FIND) gnu java javax org -name \*\.properties -print -o -name \*\.css -print`; for p in $$list; do \
dirname=`dirname $$p`; \
if ! test -d "$$dirname"; then mkdir -p "$$dirname"; fi; \
cp $(top_srcdir)/resource/$$p $$p; \