X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=form%2FMakefile.in;h=3d713469fe0c75e21048fad6863f2d3aace9f471;hb=3934889cc6b0f45cf218c88df7f35634d250c9e5;hp=8035555250fd970e4e491b01228bcf545d9ddbef;hpb=cf6a62567b2365c8678b7d561845bdbd1739e5da;p=ncurses.git diff --git a/form/Makefile.in b/form/Makefile.in index 80355552..3d713469 100644 --- a/form/Makefile.in +++ b/form/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.69 2020/07/18 19:16:52 tom Exp $ +# $Id: Makefile.in,v 1.71 2021/01/23 20:42:08 tom Exp $ ############################################################################## -# Copyright 2020 Thomas E. Dickey # +# Copyright 2020,2021 Thomas E. Dickey # # Copyright 1998-2015,2018 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -90,7 +90,7 @@ ETAGS = @ETAGS@ CC = @CC@ CPP = @CPP@ -CFLAGS = @CFLAGS@ +CFLAGS = @CFLAGS@ @EXTRA_CFLAGS@ INCDIR = $(top_srcdir)/include BASE_DIR = $(top_srcdir)/ncurses @@ -190,7 +190,7 @@ realclean :: distclean ../include/mf_common.h \ ../include/eti.h : - cd ../menu && $(MAKE) $@ + ( cd ../menu && $(MAKE) $@ ) ############################################################################### # The remainder of this file is automatically generated during configuration