aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-07-31 22:40:15 +0000
committerChong Yidong2008-07-31 22:40:15 +0000
commit1dd3a8127ffb0d1d07dec50acfd1589418571a02 (patch)
tree65960b2b5a882655bc506e94c5c9c93602ce661c
parentc24e7e490f06ba152e5ff36152efe197b5efc56a (diff)
downloademacs-1dd3a8127ffb0d1d07dec50acfd1589418571a02.tar.gz
emacs-1dd3a8127ffb0d1d07dec50acfd1589418571a02.zip
Avoid maintainer warning for autogenerated unicode files.
-rw-r--r--lisp/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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:
1311 test -f $$el || continue; \ 1311 test -f $$el || continue; \
1312 test -f $${el}c && continue; \ 1312 test -f $${el}c && continue; \
1313 grep 'no-byte-compile: t' $$el > /dev/null && continue; \ 1313 grep 'no-byte-compile: t' $$el > /dev/null && continue; \
1314 head -n 1 $$el | grep '^;; Automatically generated from UnicodeData.txt.' > /dev/null && continue; \
1314 sel=`echo $$el | sed "s|^$(lisp)|\\$$(lisp)|"`; \ 1315 sel=`echo $$el | sed "s|^$(lisp)|\\$$(lisp)|"`; \
1315 echo "Maintainer warning: $$sel missing from \$$ELCFILES?"; \ 1316 echo "Maintainer warning: $$sel missing from \$$ELCFILES?"; \
1316 echo "Compiling $$el"; \ 1317 echo "Compiling $$el"; \