diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/chrtrans/makefile.in | 5 | ||||
-rw-r--r-- | src/makefile.in | 9 |
2 files changed, 6 insertions, 8 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 diff --git a/src/makefile.in b/src/makefile.in index a5287fb1..d81003ba 100644 --- a/src/makefile.in +++ b/src/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.75 2017/07/02 18:15:25 tom Exp $ +# $LynxId: makefile.in,v 1.76 2020/08/28 18:45:56 tom Exp $ # template-makefile for Lynx src directory SHELL = @CONFIG_SHELL@ @@ -20,10 +20,9 @@ localedir = @NLS_DATADIR@/locale # Symbols which the configure script can set in each makefile: CC = @CC@ CPP = @CPP@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ @EXTRA_CPPFLAGS@ DEFS = @DEFS@ CHARSET_DEFS = @CHARSET_DEFS@ -EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@ CPPFLAGS = @CPPFLAGS@ x = @EXEEXT@ @@ -66,8 +65,8 @@ CPP_OPTS = $(DEFS) $(CHARSET_DEFS) \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ -I$(top_srcdir)/$(WWWINC) \ - $(INTLDIR_CPPFLAGS) $(SITE_DEFS) $(EXTRA_CPPFLAGS) $(CPPFLAGS) -CC_OPTS = $(CPP_OPTS) $(CFLAGS) + $(INTLDIR_CPPFLAGS) $(SITE_DEFS) $(CPPFLAGS) +CC_OPTS = $(CFLAGS) $(CPP_OPTS) LINT = @LINT@ LINTOPTS = |