Diff for /gforth/engine/Makefile.in between versions 1.72 and 1.73

version 1.72, 2008/02/23 13:03:56 version 1.73, 2008/02/26 09:44:09
Line 243  stamp-h: config.h.in ../config.status .. Line 243  stamp-h: config.h.in ../config.status ..
                 echo timestamp > stamp-h                  echo timestamp > stamp-h
   
 Makefile: Makefile.in ../config.status ../configure.in  Makefile: Makefile.in ../config.status ../configure.in
         cd .. && make engine/Makefile.in          cd .. && $(MAKE) engine/Makefile.in
   
 image.i:        ../fi2c.fs ../$(include_fi)  image.i:        ../fi2c.fs ../$(include_fi)
                 $(BOOTFORTH) ../fi2c.fs -e "s\" ../$(include_fi)\" fi2c bye" >$@                  $(BOOTFORTH) ../fi2c.fs -e "s\" ../$(include_fi)\" fi2c bye" >$@

Removed from v.1.72  
changed lines
  Added in v.1.73


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