diff options
| author | Glenn Morris | 2014-06-28 16:19:04 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-28 16:19:04 -0700 |
| commit | 8aa079fb75ff54590e6f3e2afad43e1594bd1e99 (patch) | |
| tree | b90f99f84115ae16043c9caab0ee16416dceb108 /src/ChangeLog | |
| parent | 93160ec3928b5efd654824dfc727d1bbec3c0aec (diff) | |
| download | emacs-8aa079fb75ff54590e6f3e2afad43e1594bd1e99.tar.gz emacs-8aa079fb75ff54590e6f3e2afad43e1594bd1e99.zip | |
Small cleanup for src/Makefile liblw.a, libXMenu11.a rules
* src/Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a):
Remove prerequisites, sub-makes will figure it out.
(FORCE): Remove.
(mostlyclean): There are no libXMenu11.a, liblw.a in this directory.
* oldXMenu/deps.mk (${OBJS}): Depend on ../src/config.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7f1b3fdf6b8..d96af327e47 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-06-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in ($(lwlibdir)/liblw.a, $(oldXMenudir)/libXMenu11.a): | ||
| 4 | Remove prerequisites, sub-makes will figure it out. | ||
| 5 | (FORCE): Remove. | ||
| 6 | (mostlyclean): There are no libXMenu11.a, liblw.a in this directory. | ||
| 7 | |||
| 1 | 2014-06-28 Andreas Schwab <schwab@linux-m68k.org> | 8 | 2014-06-28 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 9 | ||
| 3 | * coding.c (encode_coding_utf_8): Correctly count produced_chars | 10 | * coding.c (encode_coding_utf_8): Correctly count produced_chars |