X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2FMakefile.in;h=3d713469fe0c75e21048fad6863f2d3aace9f471;hp=20b5bbc5943cb7970fbfd2d90b65d85d2db9577d;hb=9028a6e05bf66890591f074dd510a43c10f4e984;hpb=1f7a36fe16b11bb4aab51be89bbc1b0f75936b78 diff --git a/form/Makefile.in b/form/Makefile.in index 20b5bbc5..3d713469 100644 --- a/form/Makefile.in +++ b/form/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.70 2020/08/29 14:50:45 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 # @@ -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