# HG changeset patch # User Chong Yidong # Date 1217544015 0 # Node ID a86e5d3938438f384c5bc3c3b0cde1f1f9c41423 # Parent a5d7e1441bc61845e326ee11425586809b746383 Avoid maintainer warning for autogenerated unicode files. diff -r a5d7e1441bc6 -r a86e5d393843 lisp/Makefile.in --- a/lisp/Makefile.in Thu Jul 31 22:38:28 2008 +0000 +++ b/lisp/Makefile.in Thu Jul 31 22:40:15 2008 +0000 @@ -1311,6 +1311,7 @@ test -f $$el || continue; \ test -f $${el}c && continue; \ grep 'no-byte-compile: t' $$el > /dev/null && continue; \ + head -n 1 $$el | grep '^;; Automatically generated from UnicodeData.txt.' > /dev/null && continue; \ sel=`echo $$el | sed "s|^$(lisp)|\\$$(lisp)|"`; \ echo "Maintainer warning: $$sel missing from \$$ELCFILES?"; \ echo "Compiling $$el"; \