(install): Use update instead of sed to install fns.el.
This commit is contained in:
parent
1d173668ca
commit
b712940ae0
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ install: all
|
|||
if exist etags.exe mv -f etags.exe ../bin
|
||||
if exist ctags.exe mv -f ctags.exe ../bin
|
||||
if exist b2m.exe mv -f b2m.exe ../bin
|
||||
if exist fns.el sed -e '' fns.el > ..\bin\fns.el
|
||||
if exist fns.el update fns.el ../bin/fns.el
|
||||
cd ..
|
||||
cd src
|
||||
stubify emacs
|
||||
|
|
Loading…
Add table
Reference in a new issue