PATCH g77/Make-lang.in intdoc.texi dependencies inconsistency

Hans-Peter Nilsson hans-peter.nilsson@axis.com
Sun Aug 29 15:19:00 GMT 1999


The dependencies for intdoc.texi are inconsistent; in some
places the depended-upon (sp?) files are prefixed with
$(srcdir), in other places, they are not.  This patch just fixes
*one* place; the minimum for not making SUN make barf on "make
bootstrap install".  But please, the rationale for this patch is
(here) to straighten up an inconsistency.  I'll fix up the other
places if there is any interest in that.

gcc/f:
Sat Aug 28 18:29:07 1999  Hans-Peter Nilsson  <hp@axis.se>

	* Make-lang.in ($(srcdir)/f/intdoc.texi): Prefix dependencies with
	$(srcdir).

Index: Make-lang.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/f/Make-lang.in,v
retrieving revision 1.57
diff -p -c -r1.57 Make-lang.in
*** Make-lang.in	1999/06/07 06:44:07	1.57
--- Make-lang.in	1999/08/29 22:01:23
*************** f/g77.dvi: $(srcdir)/f/g77.texi $(srcdir
*** 270,276 ****
  # itself, which uses f/intrin.def; in fact, many bugs in f/intrin.def have
  # been found only upon reading the documentation that was automatically
  # produced from it.
! $(srcdir)/f/intdoc.texi: f/intdoc.c f/intdoc.in f/ansify.c f/intrin.def f/intrin.h
  	case "$(LANGUAGES)" in \
  	  *[fF]77*) touch lang-f77;; \
  	  *) rm -f lang-f77;; \
--- 270,278 ----
  # itself, which uses f/intrin.def; in fact, many bugs in f/intrin.def have
  # been found only upon reading the documentation that was automatically
  # produced from it.
! $(srcdir)/f/intdoc.texi: $(srcdir)/f/intdoc.c $(srcdir)/f/intdoc.in \
! 			 $(srcdir)/f/ansify.c $(srcdir)/f/intrin.def \
! 			 $(srcdir)/f/intrin.h
  	case "$(LANGUAGES)" in \
  	  *[fF]77*) touch lang-f77;; \
  	  *) rm -f lang-f77;; \

brgds, H-P


More information about the Gcc-patches mailing list