summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-04-05 22:12:00 +0000
committerTom Tromey <tromey@redhat.com>2006-04-05 22:12:00 +0000
commited9cefa40088fb886dc3a3f47da880c44426420c (patch)
tree624a2fcb74269f6ca7b62cb57f312954e6450279 /lib
parent967e01f0eb75e009a39fc80c2ca732d038365994 (diff)
downloadclasspath-ed9cefa40088fb886dc3a3f47da880c44426420c.tar.gz
PR libgcj/26625:
* lib/Makefile.am (compile-classes): Touch the output file.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 93f9da6b6..db826d637 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -156,6 +156,7 @@ compile-classes: classes $(JAVA_SRCS) Makefile
GCJ='$(GCJ)' \
compile_classpath='$(top_builddir):$(compile_classpath)' \
top_srcdir=$(top_srcdir)
+ touch compile-classes
else
compile-classes: classes $(JAVA_SRCS) Makefile
$(JAVAC)