Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@, last.
* Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@, last. From-SVN: r23414
This commit is contained in:
parent
79a9696b22
commit
a45a7ba073
@ -1,3 +1,8 @@
|
||||
1998-10-29 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* Makefile.in (cc1plus): Put CXX_OBJS, and thence @extra_cxx_objs@,
|
||||
last.
|
||||
|
||||
1998-10-28 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* class.c (instantiate_type): Don't consider templates for a normal
|
||||
|
@ -188,9 +188,8 @@ OBJS = `cat ../stamp-objlist` ../c-common.o ../c-pragma.o
|
||||
OBJDEPS = ../stamp-objlist ../c-common.o ../c-pragma.o
|
||||
|
||||
compiler: ../cc1plus$(exeext)
|
||||
../cc1plus$(exeext): $(P) $(CXX_OBJS) $(OBJDEPS) $(LIBDEPS)
|
||||
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
|
||||
$(CXX_OBJS) $(OBJS) $(LIBS)
|
||||
../cc1plus$(exeext): $(P) $(OBJDEPS) $(CXX_OBJS) $(LIBDEPS)
|
||||
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(CXX_OBJS) $(LIBS)
|
||||
|
||||
Makefile: $(srcdir)/Makefile.in $(srcdir)/../configure
|
||||
cd ..; $(SHELL) config.status
|
||||
|
Loading…
Reference in New Issue
Block a user