aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 11be821772..8d39d5a0ed 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-30 Chong Yidong <[email protected]>
+
+ * Makefile.in (lwlib-utils.o): Use CPPFLAGS.
+
2006-09-15 Jay Belanger <[email protected]>
* COPYING: Replace "Library Public License" by "Lesser Public
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in
index dd2bb6537e..af9c2a233e 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