Skip to content
Snippets Groups Projects
Commit 3b9e4a7d authored by Niels Möller's avatar Niels Möller
Browse files

* 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
parent 6187dbca
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,12 @@ VPATH = @srcdir@ ...@@ -7,6 +7,12 @@ VPATH = @srcdir@
LIBOBJS = @LIBOBJS@ 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 SUBDIRS = tools testsuite examples
include config.make include config.make
......
...@@ -5,6 +5,12 @@ VPATH = @srcdir@ ...@@ -5,6 +5,12 @@ VPATH = @srcdir@
top_srcdir = @top_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 include ../config.make
PRE_CPPFLAGS = -I.. -I$(top_srcdir) PRE_CPPFLAGS = -I.. -I$(top_srcdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment