diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2020-08-28 20:56:27 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2020-08-28 20:56:27 +0000 |
commit | 0d251ee2f48c17e10042b12f74a142f51ad88269 (patch) | |
tree | 48053e7eb5762c25dff8886fac8d4e5ea531b574 /src/chrtrans/makefile.in | |
parent | 033ba05e1bd14952048b104866419f6a0845b225 (diff) | |
download | lynx-snapshots-0d251ee2f48c17e10042b12f74a142f51ad88269.tar.gz |
snapshot of project "lynx", label v2-9-0dev_5f
Diffstat (limited to 'src/chrtrans/makefile.in')
-rw-r--r-- | src/chrtrans/makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index 3e2dcfa4..938d36d1 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.43 2018/05/08 00:45:34 tom Exp $ +# $LynxId: makefile.in,v 1.44 2020/08/28 18:45:03 tom Exp $ # # Makefile for the makeuctb and unicode tables. # @@ -18,8 +18,7 @@ top_builddir = ../.. CC = @CC@ CPP = @CPP@ -CFLAGS = @CFLAGS@ -EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@ +CFLAGS = @CFLAGS@ @EXTRA_CPPFLAGS@ CPPFLAGS = @CPPFLAGS@ WWWINC = WWW/Library/Implementation |