Diff for /gforth/Makefile.in between versions 1.158 and 1.159

version 1.158, 1999/06/17 19:54:34 version 1.159, 1999/06/18 12:33:13
Line 678  doc:  doc/gforth.ps html doc/gforth.txt Line 678  doc:  doc/gforth.ps html doc/gforth.txt
   
 # For an explanation of the following Makefile rules, see node  # For an explanation of the following Makefile rules, see node
 # `Automatic Remaking' in GNU Autoconf documentation.  # `Automatic Remaking' in GNU Autoconf documentation.
 $(srcdir)/configure:    configure.in aclocal.m4  
   #Note: no target "$(srcdir)/configure", because that does not trigger 
   #unless $(srcdir)!="."
   configure:      configure.in aclocal.m4
                 cd $(srcdir) && autoconf                  cd $(srcdir) && autoconf
   
 aclocal.m4:     acinclude.m4 configure.in  aclocal.m4:     acinclude.m4 configure.in

Removed from v.1.158  
changed lines
  Added in v.1.159


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>