--- gforth/mkos2mf.sed 1997/02/08 22:58:15 1.4 +++ gforth/mkos2mf.sed 1997/03/25 23:27:14 1.6 @@ -35,9 +35,12 @@ s%@host_vendor@%%g s%@host_os@%os2%g s%@ENGINE_FLAGS@%%g s%gforth:%gforth.exe:%g +s%gforth-ditc:%gforth-ditc.exe:%g s%-$(CP) gforth gforth~%-$(CP) gforth.exe gforth.exe~%g -s%@MAKE_EXE@%\ +s%@GFORTH_EXE@%\ gforth: gforth.exe%g +s%@GFORTHDITC_EXE@%\ +gforth-ditc: gforth-ditc.exe%g s%@PATHSEP@%;%g s%@LINK_KERNL@%%g s%-DDEFAULTPATH=\\".*"%-DDEFAULTPATH=\\".\\"%g @@ -58,3 +61,7 @@ s%config.h: stamp-h%#config.h: stamp-h%g s%$(FORTHPATH)$(PATHSEP)%%g s%@FORTHSIZES@%%g s%$(PATHSEP)$(srcdir)%%g +s%test x'$(VERSION)' = x`cat $@` || %%g +s%GFORTHD="./gforth-ditc -p ." $(srcdir)/%%g +s%'s"%"s\\"%g +s%"'%\\""%g