diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 22:47:51 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-04-05 22:47:51 +0000 |
| commit | f447e237e3a65b8861cf50ec94934bd355fbd081 (patch) | |
| tree | 344879d57ec6a6d9b8b03c8f452998b27998190d /libjava/classpath/lib/Makefile.am | |
| parent | 63e9329f9faabf1e3b768a8d1e5d63d3dbcd4ff3 (diff) | |
| download | ppe42-gcc-f447e237e3a65b8861cf50ec94934bd355fbd081.tar.gz ppe42-gcc-f447e237e3a65b8861cf50ec94934bd355fbd081.zip | |
libjava/classpath:
PR libgcj/26625:
* lib/Makefile.in: Rebuilt.
* lib/Makefile.am (compile-classes): Touch the output file.
libjava:
PR libgcj/26625:
* Makefile.in: Rebuilt.
* Makefile.am (libgcj-$(gcc_version).jar): Depend on
classpath/lib/compile-classes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/lib/Makefile.am')
| -rw-r--r-- | libjava/classpath/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/classpath/lib/Makefile.am b/libjava/classpath/lib/Makefile.am index c9e00191eb7..a0758377187 100644 --- a/libjava/classpath/lib/Makefile.am +++ b/libjava/classpath/lib/Makefile.am @@ -151,6 +151,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) |

