Diff for /gforth/engine/Makefile.in between versions 1.70 and 1.71

version 1.70, 2008/01/04 22:06:02 version 1.71, 2008/01/13 19:56:13
Line 241  stamp-h: config.h.in ../config.status .. Line 241  stamp-h: config.h.in ../config.status ..
                 cd .. && CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status                  cd .. && CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status
                 echo timestamp > stamp-h                  echo timestamp > stamp-h
   
   Makefile: Makefile.in ../config.status ../configure.in
           cd .. && make engine/Makefile.in
   
 image.i:        ../fi2c.fs ../$(include_fi)  image.i:        ../fi2c.fs ../$(include_fi)
                 $(FORTH) fi2c.fs -e "s\" ../$(include_fi)\" fi2c bye" >$@                  $(FORTH) fi2c.fs -e "s\" ../$(include_fi)\" fi2c bye" >$@
   

Removed from v.1.70  
changed lines
  Added in v.1.71


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