]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - progs/Makefile.in
ncurses 6.2 - patch 20201024
[ncurses.git] / progs / Makefile.in
index 1b5a80f562aa66f2e0106bfd3a6683fb78d3b2cd..b1180105d6235bee01f5132fc0e7177bbfa25718 100644 (file)
@@ -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@