Mercurial > emacs
changeset 73558:b6804026cc8e
* Makefile.in (lwlib-utils.o): Use CPPFLAGS.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 30 Oct 2006 23:12:40 +0000 |
parents | 42f110ee25ea |
children | 408b3aee0a29 |
files | lwlib/ChangeLog lwlib/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/ChangeLog Mon Oct 30 23:05:35 2006 +0000 +++ b/lwlib/ChangeLog Mon Oct 30 23:12:40 2006 +0000 @@ -1,3 +1,7 @@ +2006-10-30 Chong Yidong <cyd@stupidchicken.com> + + * Makefile.in (lwlib-utils.o): Use CPPFLAGS. + 2006-09-15 Jay Belanger <belanger@truman.edu> * COPYING: Replace "Library Public License" by "Lesser Public
--- a/lwlib/Makefile.in Mon Oct 30 23:05:35 2006 +0000 +++ b/lwlib/Makefile.in Mon Oct 30 23:12:40 2006 +0000 @@ -47,7 +47,7 @@ # Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes. lwlib.o: $(srcdir)/lwlib.c Makefile - $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c + $(CC) -c $(CPPFLAGS) $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c lwlib-utils.o: lwlib-utils.c lwlib-utils.h lwlib.o: lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h