1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

; Makefile.in: Fix ldefs-boot.el rule for BSD sed.

This commit is contained in:
Gerd Möllmann 2025-08-20 17:40:06 +01:00 committed by Sean Whitton
parent 55f7f00f91
commit 6eb6ef3d0c

View file

@ -212,7 +212,8 @@ autoloads-force:
$(MAKE) autoloads
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
# This is required by the bootstrap-emacs target in ../src/Makefile, so