]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/Makefile.in
ncurses 6.2 - patch 20210619
[ncurses.git] / misc / Makefile.in
index 3999a4e9bd1bdf07327c2fecdace9ca23d43c65e..47554511da50aa2f044d41e4f22e4fb5ce7a38ed 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.74 2021/01/23 20:42:08 tom Exp $
+# $Id: Makefile.in,v 1.76 2021/06/17 21:11:08 tom Exp $
 ##############################################################################
 # Copyright 2018-2020,2021 Thomas E. Dickey                                  #
 # Copyright 1998-2016,2017 Free Software Foundation, Inc.                    #
@@ -80,7 +80,7 @@ all \
 sources ::
 
 @MAKE_DATABASE@all \
-@MAKE_DATABASE@sources :: terminfo.tmp 
+@MAKE_DATABASE@sources :: terminfo.tmp
 
 depend :
 
@@ -132,7 +132,7 @@ install.libs :: $(DESTDIR)$(bindir) ncurses-config
 @MAKE_PC_FILES@install \
 @MAKE_PC_FILES@install.libs :: pc-files
 @MAKE_PC_FILES@        @$(SHELL) -c 'case "x$(DESTDIR)$(PKG_CONFIG_LIBDIR)" in \
-@MAKE_PC_FILES@                (x/*) \
+@MAKE_PC_FILES@                x/*) \
 @MAKE_PC_FILES@                        mkdir -p $(DESTDIR)$(PKG_CONFIG_LIBDIR); \
 @MAKE_PC_FILES@                        for name in $(PC_FILES); do \
 @MAKE_PC_FILES@                                test -f $$name || continue; \
@@ -140,7 +140,7 @@ install.libs :: $(DESTDIR)$(bindir) ncurses-config
 @MAKE_PC_FILES@                                $(INSTALL_DATA) $$name $(DESTDIR)$(PKG_CONFIG_LIBDIR)/$$name; \
 @MAKE_PC_FILES@                        done \
 @MAKE_PC_FILES@                        ;; \
-@MAKE_PC_FILES@                (*) \
+@MAKE_PC_FILES@                *) \
 @MAKE_PC_FILES@                        echo "...skip actual install: no destination was given" ; \
 @MAKE_PC_FILES@                        ;; \
 @MAKE_PC_FILES@                esac'
@@ -177,7 +177,7 @@ uninstall.data :
 uninstall.libs :
        -rm -f $(DESTDIR)$(bindir)/$(NCURSES_CONFIG)
 @MAKE_PC_FILES@        @$(SHELL) -c 'case x$(DESTDIR)$(PKG_CONFIG_LIBDIR) in \
-@MAKE_PC_FILES@        (x/*) \
+@MAKE_PC_FILES@        x/*) \
 @MAKE_PC_FILES@                for name in $(PC_FILES); do \
 @MAKE_PC_FILES@                        test -f $$name || continue; \
 @MAKE_PC_FILES@                        echo uninstalling $$name; \