* Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 9 Jan 2000 14:30:28 +0000 (14:30 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 9 Jan 2000 14:30:28 +0000 (14:30 +0000)
From-SVN: r31294

gcc/java/ChangeLog
gcc/java/Makefile.in

index a39b9b294e8589861607d10c854cef5cad262da8..0b2337d187336df51cad7de7a4e7b89885a79a37 100644 (file)
@@ -1,3 +1,7 @@
+2000-01-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
+
 Thu Jan  6 16:31:28 2000  Anthony Green  <green@cygnus.com>
 
        * expr.c (java_lang_expand_expr): Switch to permanent obstack
index 7b9238a22f60b505abb06cf90b02abfc856152b2..82a0b422cdf6bf4c8f77ad837fd913d89b19d749 100644 (file)
@@ -184,7 +184,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
 ../jcf-dump$(exeext): jcf-dump.o jcf-io.o jcf-depend.o jcf-path.o \
                zextract.o $(LIBDEPS)
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ jcf-dump.o jcf-io.o \
-         jcf-depend.o jcf-path.o zextract.o $(LIBS) ../errors.o
+         jcf-depend.o jcf-path.o zextract.o ../errors.o $(LIBS)
 
 # Dependencies here must be kept in sync with dependencies in Make-lang.in.
 ../jvgenmain$(exeext):  jvgenmain.o mangle.o $(LIBDEPS)
@@ -193,7 +193,7 @@ compiler: ../jc1$(exeext) ../jv-scan$(exeext)
 ../gcjh$(exeext): gjavah.o jcf-io.o jcf-depend.o jcf-path.o \
                zextract.o $(LIBDEPS)
        $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gjavah.o jcf-io.o \
-         jcf-depend.o jcf-path.o zextract.o $(LIBS) ../errors.o
+         jcf-depend.o jcf-path.o zextract.o ../errors.o $(LIBS)
 
 Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
        cd ..; $(SHELL) config.status