* Make-lang.in (GCJ): Define before using.
From-SVN: r22379
This commit is contained in:
parent
9517ead8df
commit
76f4208677
@ -1,3 +1,7 @@
|
||||
Thu Sep 10 10:33:31 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Make-lang.in (GCJ): Define before using.
|
||||
|
||||
Wed Sep 9 21:23:10 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gjavah.c (java_no_argument): Renamed from no_argument to avoid
|
||||
|
@ -54,6 +54,8 @@ JAVA_INSTALL_NAME = `t='$(program_transform_name)'; echo gcj | sed $$t`
|
||||
JAVA_CROSS_NAME = `t='$(program_transform_cross_name)'; echo gcj | sed $$t`
|
||||
|
||||
|
||||
GCJ = gcj
|
||||
|
||||
# Define the names for selecting java in LANGUAGES.
|
||||
java: jc1$(exeext) $(GCJ)$(exeext) jvgenmain$(exeext) gcjh$(exeext)
|
||||
|
||||
@ -64,8 +66,6 @@ JAVA_TARGET_INDEPENDENT_BIN_TOOLS = gcjh jv-scan jcf-dump
|
||||
# Tell GNU make to ignore these if they exist.
|
||||
.PHONY: java
|
||||
|
||||
GCJ = gcj
|
||||
|
||||
# Remember to keep this list in sync with JAVA_OBJS in Makefile.in!!!
|
||||
#
|
||||
JAVA_SRCS = $(srcdir)/java/parse.y $(srcdir)/java/class.c \
|
||||
|
Loading…
Reference in New Issue
Block a user