OSDN Git Service

* Makefile.in (jcf-dump, gcjh): Move ../errors.o before $(LIBS).
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jan 2000 14:30:28 +0000 (14:30 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jan 2000 14:30:28 +0000 (14:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31294 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a39b9b2..0b2337d 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 7b9238a..82a0b42 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