Commit 7ccd2fc9 by Alexandre Petit-Bianco Committed by Alexandre Petit-Bianco

Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.

2000-10-29  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	* Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
	Fixes gcj/365.

(http://gcc.gnu.org/ml/gcc-patches/2000-11/msg00130.html)

From-SVN: r37239
parent 50149aa9
......@@ -16,6 +16,11 @@
Include flags.h.
* jv-scan.c (pedantic): New global.
2000-10-29 Alexandre Petit-Bianco <apbianco@cygnus.com>
* Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'.
Fixes gcj/365.
2000-10-27 Zack Weinberg <zack@wolery.stanford.edu>
* Make-lang.in: Move all build rules here from Makefile.in,
......
......@@ -281,6 +281,6 @@ java/jcf-io.o: java/jcf-io.c $(CONFIG_H) system.h $(JAVA_TREE_H)
# jcf-path.o needs a -D.
java/jcf-path.o: java/jcf-path.c $(CONFIG_H) system.h java/jcf.h
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-DLIBGCJ_ZIP_FILE='"$(libgcj_zip)"' \
-DLIBGCJ_ZIP_FILE='"$(prefix)/share/libgcj.zip"' \
$(srcdir)/java/jcf-path.c $(OUTPUT_OPTION)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment