Diff for /gforth/mkdosmf.sed between versions 1.11 and 1.12

version 1.11, 1997/03/23 21:22:03 version 1.12, 1997/03/25 23:27:13
Line 12  s%@LIBOBJS@%ecvt.o io.o strsignal.o%g Line 12  s%@LIBOBJS@%ecvt.o io.o strsignal.o%g
 s%@getopt_long@%getopt.o getopt1.o%g  s%@getopt_long@%getopt.o getopt1.o%g
 s%@host@%dos%g  s%@host@%dos%g
 s%@CC@%gcc%g  s%@CC@%gcc%g
 s%@MAKE_EXE@%coff2exe $@%g  s%@GFORTH_EXE@%coff2exe $@%g
   s%@GFORTHDITC_EXE@%coff2exe $@%g
 s%@INSTALL@%install-sh%g  s%@INSTALL@%install-sh%g
 s%@INSTALL_PROGRAM@%install-sh%g  s%@INSTALL_PROGRAM@%install-sh%g
 s%@INSTALL_DATA@%install-sh%g  s%@INSTALL_DATA@%install-sh%g
Line 40  s%test x'$(VERSION)' = x`cat $@` || %%g Line 41  s%test x'$(VERSION)' = x`cat $@` || %%g
 s%--clear-dictionary%-c%g  s%--clear-dictionary%-c%g
 s%.$(PATHSEP)$(srcdir)%.%g  s%.$(PATHSEP)$(srcdir)%.%g
 s% -I$(srcdir)%%g  s% -I$(srcdir)%%g
 s%GFORTHD="./gforth-ditc -p .$(PATHSEP)$(srcdir)" $(srcdir)/%%g  
   
   s%GFORTHD="./gforth-ditc -p ." $(srcdir)/%%g

Removed from v.1.11  
changed lines
  Added in v.1.12


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