diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-26 22:31:52 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-26 22:31:52 +0000 |
| commit | b4cdaf79a4a040559eaf3239414cdf02d89d6b15 (patch) | |
| tree | fecfca59efdeac675728e69ba04d48644f960f7d /libjava/Makefile.am | |
| parent | a7ea3b09116aaffcf94f6ae0639ab3970df32c5c (diff) | |
| download | ppe42-gcc-b4cdaf79a4a040559eaf3239414cdf02d89d6b15.tar.gz ppe42-gcc-b4cdaf79a4a040559eaf3239414cdf02d89d6b15.zip | |
* java/lang/natRuntime.cc (insertSystemProperties): Set
gnu.classpath.home.url.
* Makefile.in: Rebuilt.
* Makefile.am: Define LIBDIR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64905 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/Makefile.am')
| -rw-r--r-- | libjava/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/Makefile.am b/libjava/Makefile.am index 97126bcd715..563b0b058c2 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -97,7 +97,7 @@ AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions \ ## Detect bugs in the verifier implementation, and maybe other places. -Wswitch-enum \ @LIBGCJ_CXXFLAGS@ @X_CFLAGS@ $(WARNINGS) -D_GNU_SOURCE \ - -DPREFIX="\"$(prefix)\"" + -DPREFIX="\"$(prefix)\"" -DLIBDIR="\"$(libdir)\"" if USING_GCC AM_CFLAGS = @LIBGCJ_CFLAGS@ $(WARNINGS) else |

