summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-10-30 23:12:40 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-10-30 23:12:40 +0000
commit41c98a5ec03967dfb58dd7a3864bbf387745cd29 (patch)
treefe3e0931855703118859882f461d3f90d05dfb27 /lwlib
parent1ea69d1e5382610dd7e9d164655082294f4250f2 (diff)
downloademacs-41c98a5ec03967dfb58dd7a3864bbf387745cd29.tar.gz
* Makefile.in (lwlib-utils.o): Use CPPFLAGS.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog4
-rw-r--r--lwlib/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 11be821772b..8d39d5a0ed0 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -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
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index dd2bb6537e9..af9c2a233e6 100644
--- a/lwlib/Makefile.in
+++ b/lwlib/Makefile.in
@@ -47,7 +47,7 @@ liblw.a: $(OBJS)
# 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