aboutsummaryrefslogtreecommitdiffstats
path: root/admin/update_autogen
diff options
context:
space:
mode:
Diffstat (limited to 'admin/update_autogen')
-rwxr-xr-xadmin/update_autogen5
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/update_autogen b/admin/update_autogen
index 171674fb784..02b15c3aaa1 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -317,8 +317,9 @@ EOF
317 317
318echo "Finding loaddef targets..." 318echo "Finding loaddef targets..."
319 319
320sed -n -e '/^AUTOGEN_VCS/,/^$/ s/\\//p' lisp/Makefile.in | \ 320sed -n -e '/^AUTOGEN_VCS/,/^$/p' lisp/Makefile.in | \
321 sed '/AUTOGEN_VCS/d' >| $tempfile || die "sed error" 321 sed -e '/AUTOGEN_VCS/d' -e '/^$/d' -e 's/\\//' \
322 >| $tempfile || die "sed error"
322 323
323genfiles= 324genfiles=
324 325