X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2FMakefile.in;h=40d6122a8cffc5067f49fbf35004da56fc06883b;hp=6ab4e8837f6113b1e2d28f704f8583bd4e21e7be;hb=b025434573f466efe27862656a6a9d41dd2bd609;hpb=be512fa073c00c2d52567c973d16b121414870da diff --git a/menu/Makefile.in b/menu/Makefile.in index 6ab4e883..40d6122a 100644 --- a/menu/Makefile.in +++ b/menu/Makefile.in @@ -1,6 +1,6 @@ -# $Id: Makefile.in,v 1.63 2015/05/01 00:47:26 tom Exp $ +# $Id: Makefile.in,v 1.65 2018/01/15 19:28:45 tom Exp $ ############################################################################## -# Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. # +# Copyright (c) 1998-2015,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"), # @@ -42,7 +42,7 @@ # turn off _all_ suffix rules; we'll generate our own .SUFFIXES: -SHELL = /bin/sh +SHELL = @SHELL@ VPATH = @srcdir@ THIS = Makefile @@ -75,7 +75,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@