w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 33f72df6d41817318f7b8bd7e49c0832d7625849
parent e36d105803bd6a97becd3a2165a22f19d18fd98c
Author: ukai <ukai>
Date:   Sun,  2 May 2004 16:44:08 +0000

[w3m-dev-en 01007]
* libwc/Makefile.in (CFLAGS): need @CPPFLAGS@

Diffstat:
MChangeLog | 5+++++
Mlibwc/Makefile.in | 2+-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,10 @@ 2004-05-03 Fumitoshi UKAI <ukai@debian.or.jp> + * [w3m-dev-en 01007] + * libwc/Makefile.in (CFLAGS): need @CPPFLAGS@ + +2004-05-03 Fumitoshi UKAI <ukai@debian.or.jp> + * version.c.in: cvs version 2004-04-29 Fumitoshi UKAI <ukai@debian.or.jp> diff --git a/libwc/Makefile.in b/libwc/Makefile.in @@ -6,7 +6,7 @@ top_srcdir=@top_srcdir@ VPATH=$(srcdir):. LIBRARY = libwc.a CC=@CC@ -CFLAGS = $(OPTS) -I.. -I$(top_srcdir) -I$(srcdir) @CFLAGS@ @WCCFLAGS@ @DEFS@ +CFLAGS = $(OPTS) -I.. -I$(top_srcdir) -I$(srcdir) @CFLAGS@ @CPPFLAGS@ @WCCFLAGS@ @DEFS@ AR=ar RANLIB=@RANLIB@ RM=rm