summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2006-07-06 22:41:15 +0000
committerMark Wielaard <mark@klomp.org>2006-07-06 22:41:15 +0000
commitc4c94fd493db90b82f7645e1a9f96da75a3caca6 (patch)
tree26b8aea092d38a2aa7c74f14672de3402d7263bd /lib
parent541ffe571858a475b44ca936e7ab3e5127b9a207 (diff)
downloadclasspath-c4c94fd493db90b82f7645e1a9f96da75a3caca6.tar.gz
* lib/Makefile.am (CLEANFILES): Add Makefile.deps.
(DISTCLEANFILES): Add standard.omit. (clean-local): Remove Makefile.deps, only remove dirs.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3ec14890e..c0f93e7a8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -167,9 +167,10 @@ endif
EXTRA_DIST = standard.omit.in mkcollections.pl.in Makefile.gcj split-for-gcj.sh
CLEANFILES = compile-classes resources classes \
- glibj.zip classes.1 classes.2 \
+ glibj.zip classes.1 classes.2 Makefile.deps \
$(top_builddir)/gnu/java/locale/LocaleData.java \
$(JAVA_DEPEND)
+DISTCLEANFILES = standard.omit
clean-local:
-rm -rf gnu
@@ -180,8 +181,6 @@ clean-local:
-rm -rf sun
-rm -rf META-INF
-rm -rf lists
- -rm -f Makefile.deps
- -rm -f standard.omit
dist-hook:
mkdir -p $(distdir)