diff options
| author | Paul Eggert | 2015-01-23 16:08:12 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-23 16:08:57 -0800 |
| commit | 02cbd38ae4e4a1e4d309a1bb27c031e154c53f27 (patch) | |
| tree | b144f6ad10c8ff452d16160c3e9cc92c406d8f11 /lib-src/ChangeLog | |
| parent | ac5475dacb20d240db27d56199910d8a6fcc90e8 (diff) | |
| download | emacs-02cbd38ae4e4a1e4d309a1bb27c031e154c53f27.tar.gz emacs-02cbd38ae4e4a1e4d309a1bb27c031e154c53f27.zip | |
Fix a couple of AM_V_GEN bugs
* admin/unidata/Makefile.in (unifiles):
Use AM_V_at instead of AM_V_GEN, since this doesn't generate a file.
* lib-src/Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1)
(AM_V_at, am__v_at_, am__v_at_0, am__v_at_1):
New macros, copied from ../src/Makefile.in.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 6cf82e91508..8d2c95e671c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2015-01-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix a couple of AM_V_GEN bugs | ||
| 4 | * Makefile.in (AM_V_GEN, am__v_GEN_, am__v_GEN_0, am__v_GEN_1) | ||
| 5 | (AM_V_at, am__v_at_, am__v_at_0, am__v_at_1): | ||
| 6 | New macros, copied from ../src/Makefile.in. | ||
| 7 | |||
| 1 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | Check exit statuses in lib-src/Makefile | 10 | Check exit statuses in lib-src/Makefile |