aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 1fb770d6657..f73575938d3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -443,7 +443,7 @@ all: emacs$(EXEEXT) $(OTHER_FILES)
443shortlisp = 443shortlisp =
444lisp.mk: $(lispsource)/loadup.el 444lisp.mk: $(lispsource)/loadup.el
445 @rm -f $@ 445 @rm -f $@
446 ${AM_V_GEN}( echo "shortlisp = \\"; \ 446 ${AM_V_GEN}( printf 'shortlisp = \\\n'; \
447 sed -n 's/^[ \t]*(load "\([^"]*\)".*/\1/p' $< | \ 447 sed -n 's/^[ \t]*(load "\([^"]*\)".*/\1/p' $< | \
448 sed -e 's/$$/.elc \\/' -e 's/\.el\.elc/.el/'; \ 448 sed -e 's/$$/.elc \\/' -e 's/\.el\.elc/.el/'; \
449 echo "" ) > $@ 449 echo "" ) > $@