mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(install): Use update instead of sed to install fns.el.
This commit is contained in:
parent
1d173668ca
commit
b712940ae0
@ -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…
Reference in New Issue
Block a user