diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-23 00:57:49 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-23 00:57:49 -0400 |
commit | fa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e (patch) | |
tree | 20ce131d19588fd97676f6d73b4ded257625d2f4 /src/chrtrans | |
parent | e43d228f7636bbb423c5bdbd2100d733bcee28d3 (diff) | |
download | lynx-snapshots-fa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e.tar.gz |
snapshot of project "lynx", label v2-8-7dev_5a
Diffstat (limited to 'src/chrtrans')
-rw-r--r-- | src/chrtrans/makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index 166e69db..514636ae 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -1,3 +1,4 @@ +# $LynxId: makefile.in,v 1.33 2007/05/23 00:57:49 tom Exp $ # # Makefile for the makeuctb and unicode tables. # @@ -42,13 +43,13 @@ x = @EXEEXT@ o = .@BUILD_OBJEXT@ BUILD_EXEEXT = @BUILD_EXEEXT@ -CPP_OPTS = $(BUILD_CPPFLAGS) \ +CPP_OPTS = \ -I$(top_builddir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/chrtrans \ -I$(top_srcdir)/$(WWWINC) \ -I$(top_srcdir)/ \ - $(INTLDIR_CPPFLAGS) $(SITE_DEFS) + $(INTLDIR_CPPFLAGS) $(SITE_DEFS) $(BUILD_CPPFLAGS) CC_OPTS = $(CPP_OPTS) $(BUILD_CFLAGS) # |