* Makefile.in (lwlib-utils.o): Use CPPFLAGS.

This commit is contained in:
Chong Yidong 2006-10-30 23:12:40 +00:00
parent 1ea69d1e53
commit 41c98a5ec0
2 changed files with 5 additions and 1 deletions

View 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

View 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