[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 5 Jun 2024 16:41:45 -0400 (EDT) |
branch: master
commit 7c4e213a10f1637774fb35552d2ff04ed6099fbe
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Jun 5 21:25:00 2024 +0100
* Makefile.am (po-check): Remove check for lex/yacc sources as
this does not apply anywhere in this package.
---
ChangeLog | 5 +++++
Makefile.am | 6 ------
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e5e19c60fd..6cefcdc7bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-05 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * Makefile.am (po-check): Remove check for lex/yacc sources as
+ this does not apply anywhere in this package.
+
2024-06-04 Gavin Smith <gavinsmith0123@gmail.com>
Partial po/POTFILES.in update
diff --git a/Makefile.am b/Makefile.am
index 215a10c110..1317e1fd5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,12 +109,6 @@ po-check:
tp/maintain/* ) continue;; \
tp/t/results* ) continue;; \
esac; \
- # if have lex/yacc sources, skip corresponding c/h files. \
- case $$file in \
- *.[ch]) \
- base=`expr " $$file" : ' \(.*\)\..'`; \
- { test -f $$base.l || test -f $$base.y; } && continue;; \
- esac; \
files="$$files $$file"; \
done; \
grep -E -l \