Diff for /gforth/Makefile.in between versions 1.324 and 1.327

version 1.324, 2006/04/09 13:52:46 version 1.327, 2006/04/22 12:19:57
Line 333  ARCHS = \ Line 333  ARCHS = \
         arch/r8c/asm.fs \          arch/r8c/asm.fs \
         arch/r8c/asm-test.fs \          arch/r8c/asm-test.fs \
         arch/r8c/prim.fs \          arch/r8c/prim.fs \
           arch/r8c/errors.fs \
           arch/r8c/tt.fs \
           arch/r8c/terminal.fs \
         arch/r8c/mach.fs          arch/r8c/mach.fs
   
 #not included in distribution until distribution terms are included:  #not included in distribution until distribution terms are included:
Line 935  Makefile Makedist engine/Makefile gforth Line 938  Makefile Makedist engine/Makefile gforth
 config.status: configure  config.status: configure
         ./config.status --recheck          ./config.status --recheck
   
   
 #create files for DOS, because DOS cannot do it itself  #create files for DOS, because DOS cannot do it itself
 makefile.dos: mkdosmf.sed Makefile.in engine/Makefile.in  makefile.dos: mkdosmf.sed Makefile.in engine/Makefile.in
         sed -f mkdosmf.sed <Makefile.in >makefile.dos          sed -f mkdosmf.sed <Makefile.in >makefile.dos

Removed from v.1.324  
changed lines
  Added in v.1.327


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