This is the mail archive of the gcc-patches@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]

Patch for typo in Makefile.in: INTREGRATE_H


Just spotted.

Can I get permission to install this?  I don't have a formal
approval for the compiler proper area, just the wwwdocs and
other meta.

Thu Dec 23 01:33:34 1999  Hans-Peter Nilsson  <hp@bitrange.com>

	* Makefile.in (INTEGRATE_H): Fix typo: INTEGRATE_H, not INTREGRATE_H.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.353
diff -p -c -r1.353 Makefile.in
*** Makefile.in	1999/12/21 17:27:23	1.353
--- Makefile.in	1999/12/22 23:30:18
*************** DEMANGLE_H = $(srcdir)/../include/demang
*** 749,755 ****
  RECOG_H = recog.h
  EXPR_H = expr.h insn-codes.h
  REGS_H = regs.h varray.h $(MACHMODE_H)
! INTREGRATE_H = integrate.h varray.h
  LOOP_H = loop.h varray.h
  #
  # Language makefile fragments.
--- 749,755 ----
  RECOG_H = recog.h
  EXPR_H = expr.h insn-codes.h
  REGS_H = regs.h varray.h $(MACHMODE_H)
! INTEGRATE_H = integrate.h varray.h
  LOOP_H = loop.h varray.h
  #
  # Language makefile fragments.

brgds, H-P


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