* Makefile.in (lwlib-utils.o): Use CPPFLAGS.
This commit is contained in:
parent
1ea69d1e53
commit
41c98a5ec0
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue