Mercurial > emacs
comparison src/ChangeLog @ 108171:06a18c2b3272
Replace some cpp with autoconf.
* configure.in (OTHER_OBJ): New output variable.
* src/Makefile.in (mallocobj): Remove.
(otherobj): Simplify using @OTHER_OBJ@.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Apr 2010 18:36:42 -0700 |
parents | 95d0ee272263 |
children | c9d0b6bfe74e |
comparison
equal
deleted
inserted
replaced
108170:95d0ee272263 | 108171:06a18c2b3272 |
---|---|
1 2010-04-30 Glenn Morris <rgm@gnu.org> | 1 2010-04-30 Glenn Morris <rgm@gnu.org> |
2 | |
3 * Makefile.in (mallocobj): Remove. | |
4 (otherobj): Simplify using @OTHER_OBJ@. | |
2 | 5 |
3 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o) | 6 * Makefile.in (dispnew.o, frame.o, fringe.o, font.o, fontset.o) |
4 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o): | 7 (keyboard.o, window.o, xdisp.o, xfaces.o, menu.o): |
5 Don't bother making nsgui.h dependency platform-specific. | 8 Don't bother making nsgui.h dependency platform-specific. |
6 | 9 |