Diff for /gforth/mkos2mf.sed between versions 1.13 and 1.14

version 1.13, 2002/12/27 12:32:53 version 1.14, 2003/01/27 21:28:48
Line 67  s%"'%\\""%g Line 67  s%"'%\\""%g
 s%@OSCLASS@%dos%g  s%@OSCLASS@%dos%g
 s%@machine@%386%g  s%@machine@%386%g
 s%@PACKAGE_VERSION@%0.5.9%g  s%@PACKAGE_VERSION@%0.5.9%g
 s%@EXE@%.exe%g  s%@EXEEXT@%.exe%g
 s%engine/$@%engine\\$@%g  s%engine/$@%engine\\$@%g
 s%gforthmi gforth\$(EXE)%gforthmi.cmd gforth\$(EXE)%g  s%gforthmi gforth\$(EXE)%gforthmi.cmd gforth\$(EXE)%g
 s%if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else echo $(VERSION) > $@ ; fi%echo $(VERSION) > $@%g  s%if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else echo $(VERSION) > $@ ; fi%echo $(VERSION) > $@%g

Removed from v.1.13  
changed lines
  Added in v.1.14


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