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/makefile.in | |
parent | 033ba05e1bd14952048b104866419f6a0845b225 (diff) | |
download | lynx-snapshots-0d251ee2f48c17e10042b12f74a142f51ad88269.tar.gz |
snapshot of project "lynx", label v2-9-0dev_5f
Diffstat (limited to 'src/makefile.in')
-rw-r--r-- | src/makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
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 = |