X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fsamples%2FMakefile.in;h=8fd93897bcb423e5388bfb920b6798e9ea16ac88;hp=89498629cb8c29d1ed18c4ecf25592104fa1a481;hb=e33150410925e7858dacebb585a9bd90db683d86;hpb=c3e8eb8e7407c4173394c2f52c635ed86327edc6 diff --git a/Ada95/samples/Makefile.in b/Ada95/samples/Makefile.in index 89498629..8fd93897 100644 --- a/Ada95/samples/Makefile.in +++ b/Ada95/samples/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998-2011,2012 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"), # @@ -28,11 +28,11 @@ # # Author: Juergen Pfeifer, 1996 # -# $Id: Makefile.in,v 1.48 2012/10/06 19:00:42 tom Exp $ +# $Id: Makefile.in,v 1.50 2018/01/15 22:12:59 tom Exp $ # .SUFFIXES: -SHELL = /bin/sh +SHELL = @SHELL@ VPATH = @srcdir@ THIS = Makefile @@ -47,7 +47,7 @@ datadir = @datadir@ libdir = @libdir@ includedir = @includedir@ -INSTALL = @INSTALL@ +INSTALL = @INSTALL@ @INSTALL_OPT_O@ INSTALL_DATA = @INSTALL_DATA@ AWK = @AWK@