diff lisp/Makefile.in @ 97186:a86e5d393843

Avoid maintainer warning for autogenerated unicode files.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 31 Jul 2008 22:40:15 +0000
parents 96a96e168bff
children e76bfa7f944a
line wrap: on
line diff
--- 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"; \