* Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.
From-SVN: r39702
This commit is contained in:
parent
e101152f86
commit
4238a754e7
@ -1,3 +1,7 @@
|
||||
2001-02-15 Bryce McKinlay <bryce@albatross.co.nz>
|
||||
|
||||
* Make-lang.in (jvspec.o): Modify rule to match that of cp/g++spec.o.
|
||||
|
||||
2001-02-14 Tom Tromey <tromey@redhat.com>
|
||||
Alexandre Petit-Bianco <apbianco@cygnus.com>
|
||||
|
||||
|
@ -61,8 +61,10 @@ JAVA_TARGET_INDEPENDENT_BIN_TOOLS = gcjh jv-scan jcf-dump
|
||||
.PHONY: java
|
||||
|
||||
jvspec.o: $(srcdir)/java/jvspec.c system.h $(GCC_H) $(CONFIG_H)
|
||||
(SHLIB_LINK='$(SHLIB_LINK)' \
|
||||
SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
|
||||
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \
|
||||
$(INCLUDES) $(srcdir)/java/jvspec.c $(OUTPUT_OPTION)
|
||||
$(INCLUDES) $(srcdir)/java/jvspec.c)
|
||||
|
||||
# Create the compiler driver for $(GCJ).
|
||||
$(GCJ)$(exeext): gcc.o jvspec.o version.o \
|
||||
|
Loading…
Reference in New Issue
Block a user