mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Makefile.in: Fix ldefs-boot.el rule for BSD sed.
This commit is contained in:
parent
55f7f00f91
commit
6eb6ef3d0c
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ autoloads-force:
|
||||||
$(MAKE) autoloads
|
$(MAKE) autoloads
|
||||||
|
|
||||||
ldefs-boot.el: autoloads-force
|
ldefs-boot.el: autoloads-force
|
||||||
sed '/^;; Local Variables:/a ;; no-byte-compile: t'\
|
sed '/^;; Local Variables:/a\
|
||||||
|
;; no-byte-compile: t'\
|
||||||
< $(lisp)/loaddefs.el > $(lisp)/ldefs-boot.el
|
< $(lisp)/loaddefs.el > $(lisp)/ldefs-boot.el
|
||||||
|
|
||||||
# This is required by the bootstrap-emacs target in ../src/Makefile, so
|
# This is required by the bootstrap-emacs target in ../src/Makefile, so
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue