X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2FMakefile.in;h=b55057d88ef9e8922822173fd6a74a531950af9e;hp=a2a6b777c44326e1ea004c7a5284ebdc40c41bdd;hb=02f1dee48fe8af6ce054388fba739aa4f975004e;hpb=5461fc336d03fbfea6b85ac21c6d49c528f6752d diff --git a/progs/Makefile.in b/progs/Makefile.in index a2a6b777..b55057d8 100644 --- a/progs/Makefile.in +++ b/progs/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.101 2016/12/31 15:05:18 tom Exp $ +# $Id: Makefile.in,v 1.102 2018/01/15 19:28:45 tom Exp $ ############################################################################## -# Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. # +# Copyright (c) 1998-2016,2018 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"), # @@ -78,7 +78,7 @@ LIBTOOL_INSTALL = @LIB_INSTALL@ LIBTOOL_UNINSTALL = @LIB_UNINSTALL@ INSTALL = @INSTALL@ -INSTALL_PROG = @INSTALL_PROGRAM@ +INSTALL_PROG = @INSTALL_PROGRAM@ @INSTALL_OPT_S@ transform = @program_transform_name@ AWK = @AWK@