From 3b9e4a7dd2b75a9fb40d008ee72248b4c1a9dfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 28 Nov 2005 19:36:00 +0100 Subject: [PATCH] * 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 --- Makefile.in | 6 ++++++ tools/Makefile.in | 6 ++++++ 2 files changed, 12 insertions(+) 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) -- GitLab