This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Irix6 bootstrap failure, intl dir depends on insn-codes.h now


On Nov 25, 2000, Alexandre Oliva <aoliva@redhat.com> wrote:

> Just add another line:

> intl.all: $(CONFIG_H)

Never mind.  I'm checking this in:

Index: gcc/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>
	* Makefile.in ($(INTL_TARGETS)): Added $(CONFIG_H) for
	insn-codes.h.

Index: gcc/Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.551
diff -u -p -r1.551 Makefile.in
--- gcc/Makefile.in 2000/11/25 00:33:03 1.551
+++ gcc/Makefile.in 2000/11/25 06:19:23
@@ -1838,7 +1838,7 @@ intl.o: intl.c intl.h gansidecl.h Makefi
 $(top_builddir)/intl/libintl.a: intl.all
 
 # Make sure all the headers are there for xgettext to scan.
-$(INTL_TARGETS): $(srcdir)/c-parse.c
+$(INTL_TARGETS): $(CONFIG_H) $(srcdir)/c-parse.c
 
 intl.all intl.install intl.uninstall \
   intl.mostlyclean intl.clean intl.distclean intl.maintainer-clean:

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]