From: Niels Möller Date: Mon, 28 Nov 2005 18:36:00 +0000 (+0100) Subject: * tools/Makefile.in (INSTALL): Substitute INSTALL, INSTALL_DATA X-Git-Tag: nettle_1.14_release_20051205~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b9e4a7dd2b75a9fb40d008ee72248b4c1a9dfc7;p=thirdparty%2Fnettle.git * tools/Makefile.in (INSTALL): Substitute INSTALL, INSTALL_DATA and friends here. * Makefile.in (INSTALL): Likewise. Rev: src/nettle/Makefile.in:1.33 Rev: src/nettle/tools/Makefile.in:1.16 --- diff --git a/Makefile.in b/Makefile.in index 78959f01..77e03e35 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,6 +7,12 @@ VPATH = @srcdir@ LIBOBJS = @LIBOBJS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = $(INSTALL_PROGRAM) -s + SUBDIRS = tools testsuite examples include config.make diff --git a/tools/Makefile.in b/tools/Makefile.in index 98313045..cf0d5856 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -5,6 +5,12 @@ VPATH = @srcdir@ top_srcdir = @top_srcdir@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = $(INSTALL_PROGRAM) -s + include ../config.make PRE_CPPFLAGS = -I.. -I$(top_srcdir)