summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index b7f13ca3c..45c1f52c0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -218,7 +218,7 @@ cp_mark_as_generated()
local dst=$2
local c1 c2
case $dst in
- *.[chly]) c1='/* '; c2=' */';;
+ *.[ch]) c1='/* '; c2=' */';;
*.texi) c1='@c '; c2= ;;
*.m4|*/Make*|Make*) c1='# '; c2= ;;
*) ;;