diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2006-10-30 23:12:40 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2006-10-30 23:12:40 +0000 |
commit | 41c98a5ec03967dfb58dd7a3864bbf387745cd29 (patch) | |
tree | fe3e0931855703118859882f461d3f90d05dfb27 /lwlib/Makefile.in | |
parent | 1ea69d1e5382610dd7e9d164655082294f4250f2 (diff) | |
download | emacs-41c98a5ec03967dfb58dd7a3864bbf387745cd29.tar.gz |
* Makefile.in (lwlib-utils.o): Use CPPFLAGS.
Diffstat (limited to 'lwlib/Makefile.in')
-rw-r--r-- | lwlib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |