From 1dd3a8127ffb0d1d07dec50acfd1589418571a02 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 31 Jul 2008 22:40:15 +0000 Subject: [PATCH] Avoid maintainer warning for autogenerated unicode files. --- lisp/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index c4b27cfff0a..790647efc84 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -1311,6 +1311,7 @@ compile-last: 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"; \ -- 2.39.2