]> code.delx.au - gnu-emacs/blobdiff - build-aux/update-subdirs
Fix shr.el/image build problem
[gnu-emacs] / build-aux / update-subdirs
index d544b226951f07890529885e6acb5be512325318..6b7d0bd533eea30483d4e074598cf1c7e750c8c2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # Write into $1/subdirs.el a list of subdirs of directory $1.
 
-# Copyright (C) 1994-1995, 1997, 1999, 2001-2015 Free Software
+# Copyright (C) 1994-1995, 1997, 1999, 2001-2016 Free Software
 # Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -47,6 +47,7 @@ else
 ;; Local" "Variables:
 ;; version-control: never
 ;; no-byte-compile: t
+;; no-update-autoloads: t
 ;; End:" > subdirs.el~
   if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then
     rm subdirs.el~