Diff for /gforth/engine/Makefile.in between versions 1.76 and 1.77

version 1.76, 2008/04/20 20:29:06 version 1.77, 2008/05/04 17:53:29
Line 263  image.i: ../fi2c.fs ../$(include_fi) Line 263  image.i: ../fi2c.fs ../$(include_fi)
 ../$(include_fi):       FORCE  ../$(include_fi):       FORCE
                 cd .. && $(MAKE) $(include_fi)                  cd .. && $(MAKE) $(include_fi)
   
 #build ltdl  
 $(LTDLDEPS):  
         cd ../libltdl && $(MAKE)  
   
 #phony targets depend on FORCE; this is more portable than .PHONY  #phony targets depend on FORCE; this is more portable than .PHONY
 FORCE:  FORCE:
   

Removed from v.1.76  
changed lines
  Added in v.1.77


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