X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2FMakefile.in;h=3999a4e9bd1bdf07327c2fecdace9ca23d43c65e;hp=dbe7ff255d92992dd3ec19b8ebe5bbda002d9746;hb=3934889cc6b0f45cf218c88df7f35634d250c9e5;hpb=4677e861e7e0127b8622b3340ceb6f1278b91244 diff --git a/misc/Makefile.in b/misc/Makefile.in index dbe7ff25..3999a4e9 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -1,6 +1,7 @@ -# $Id: Makefile.in,v 1.72 2019/02/02 19:44:52 tom Exp $ +# $Id: Makefile.in,v 1.74 2021/01/23 20:42:08 tom Exp $ ############################################################################## -# Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. # +# Copyright 2018-2020,2021 Thomas E. Dickey # +# Copyright 1998-2016,2017 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -100,12 +101,12 @@ depend : @MAKE_DATABASE@ source=terminfo.tmp \ @MAKE_DATABASE@ cross_compiling=@cross_compiling@ \ @MAKE_DATABASE@ $(SHELL) ./run_tic.sh -@MAKE_DATABASE@ @cd $(srcdir)/tabset && \ +@MAKE_DATABASE@ @( cd $(srcdir)/tabset && \ @MAKE_DATABASE@ $(SHELL) -c 'for i in * ; do \ @MAKE_DATABASE@ if test -f $$i ; then \ @MAKE_DATABASE@ echo installing $$i; \ @MAKE_DATABASE@ $(INSTALL_DATA) $$i $(DESTDIR)$(tabsetdir)/$$i; \ -@MAKE_DATABASE@ fi; done' +@MAKE_DATABASE@ fi; done' ) install.data :: @echo "finished $@"