* Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.

From-SVN: r23396
This commit is contained in:
Jeffrey A Law 1998-10-28 10:12:14 +00:00 committed by Jeff Law
parent 571d54d56f
commit e626b8402c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 28 00:46:15 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (jcf-dump, gcjh): Link in $(LIBS) too.
1998-10-28 Tom Tromey <tromey@cygnus.com>
* decl.c (init_decl_processing): Renamed fields.

View File

@ -203,7 +203,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
../jcf-dump$(exeext): jcf-dump.o jcf-io.o jcf-depend.o jcf-path.o \
zextract.o
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ jcf-dump.o jcf-io.o \
jcf-depend.o jcf-path.o zextract.o
jcf-depend.o jcf-path.o zextract.o $(LIBS)
# Dependencies here must be kept in sync with dependencies in Make-lang.in.
../jvgenmain$(exeext): jvgenmain.o mangle.o
@ -212,7 +212,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
../gcjh$(exeext): gjavah.o jcf-io.o jcf-depend.o jcf-path.o \
zextract.o
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gjavah.o jcf-io.o \
jcf-depend.o jcf-path.o zextract.o
jcf-depend.o jcf-path.o zextract.o $(LIBS)
Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
cd ..; $(SHELL) config.status