diff options
| author | Glenn Morris | 2014-06-24 23:23:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-24 23:23:04 -0700 |
| commit | 4f2a67acd0cb0fcae13219a36fb75fabc85f64c0 (patch) | |
| tree | dce425d5847b6622f1e6133de8d9a6189e73aab2 /admin/ChangeLog | |
| parent | 4c920f37c5bc731149814adbe3cf5c8d876f0417 (diff) | |
| download | emacs-4f2a67acd0cb0fcae13219a36fb75fabc85f64c0.tar.gz emacs-4f2a67acd0cb0fcae13219a36fb75fabc85f64c0.zip | |
admin/grammars: Use pattern rules in Makefile
* admin/grammars/Makefile.in (${bovinedir}/c-by.el, ${bovinedir}/make-by.el):
(${wisentdir}/js-wy.el, ${wisentdir}/python-wy.el): Replace with pattern rules.
(${bovinedir}/scm-by.el, ${wisentdir}/javat-wy.el)
(${cedetdir}/srecode/srt-wy.el): Use $<.
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index d53049f95c4..0a91217d086 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-06-25 Glenn Morris <rgm@gnu.org> | 1 | 2014-06-25 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * grammars/Makefile.in (${bovinedir}/c-by.el, ${bovinedir}/make-by.el): | ||
| 4 | (${wisentdir}/js-wy.el, ${wisentdir}/python-wy.el): | ||
| 5 | Replace with pattern rules. | ||
| 6 | (${bovinedir}/scm-by.el, ${wisentdir}/javat-wy.el) | ||
| 7 | (${cedetdir}/srecode/srt-wy.el): Use $<. | ||
| 8 | |||
| 3 | * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc. | 9 | * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc. |
| 4 | (.el.elc): Replace with pattern rule. | 10 | (.el.elc): Replace with pattern rule. |
| 5 | (%.elc): New. | 11 | (%.elc): New. |