]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - ncurses/Makefile.in
ncurses 6.0 - patch 20180120
[ncurses.git] / ncurses / Makefile.in
index 9bb8bb8780eaa8e5e87beb2cb46cd308be2e1d7e..d2fd5c5e084891a23ff13a883b6cfd5f25d11084 100644 (file)
@@ -1,6 +1,6 @@
-# $Id: Makefile.in,v 1.154 2017/06/03 13:02:30 tom Exp $
+# $Id: Makefile.in,v 1.155 2018/01/15 19:28:45 tom Exp $
 ##############################################################################
-# Copyright (c) 1998-2016,2017 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2017,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"), #
@@ -83,7 +83,7 @@ LT_UNDEF      = @LT_UNDEF@
 
 INSTALL                = @INSTALL@
 INSTALL_LIB    = @INSTALL@ @INSTALL_LIB@
-INSTALL_PROG   = @INSTALL_PROGRAM@
+INSTALL_PROG   = @INSTALL_PROGRAM@ @INSTALL_OPT_S@
 INSTALL_DATA   = @INSTALL_DATA@
 
 AR             = @AR@