X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=progs%2FMakefile.in;h=b1180105d6235bee01f5132fc0e7177bbfa25718;hb=1f7a36fe16b11bb4aab51be89bbc1b0f75936b78;hp=1b5a80f562aa66f2e0106bfd3a6683fb78d3b2cd;hpb=cf6a62567b2365c8678b7d561845bdbd1739e5da;p=ncurses.git diff --git a/progs/Makefile.in b/progs/Makefile.in index 1b5a80f5..b1180105 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.105 2020/07/18 18:48:31 tom Exp $ +# $Id: Makefile.in,v 1.106 2020/08/29 14:50:45 tom Exp $ ############################################################################## # Copyright 2020 Thomas E. Dickey # # Copyright 1998-2016,2018 Free Software Foundation, Inc. # @@ -90,7 +90,7 @@ ETAGS = @ETAGS@ CC = @CC@ CPP = @CPP@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ INCDIR = $(top_srcdir)/include CPPFLAGS = -DHAVE_CONFIG_H -I../progs @CPPFLAGS@