]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 6.2 - patch 20210123
[ncurses.git] / misc / Makefile.in
index dbe7ff255d92992dd3ec19b8ebe5bbda002d9746..3999a4e9bd1bdf07327c2fecdace9ca23d43c65e 100644 (file)
@@ -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 $@"