]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (lwlib-utils.o): Use CPPFLAGS.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 23:12:40 +0000 (23:12 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 23:12:40 +0000 (23:12 +0000)
lwlib/ChangeLog
lwlib/Makefile.in

index 11be821772b08096658c6c44a7b5cca7626114b1..8d39d5a0ed0b1cbf7aed5298af80eaceeb3cd345 100644 (file)
@@ -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
index dd2bb6537e9ab231cb969cc4b18de0d294b0dfbc..af9c2a233e68e7428d0ef40575ff58ed69f93a3e 100644 (file)
@@ -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