]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix makefile for build from noexec source tree.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Nov 2014 20:28:38 +0000 (20:28 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 28 Nov 2014 20:28:38 +0000 (20:28 +0000)
git-svn-id: file:///svn/unbound/trunk@3285 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 8ac3c7ff4635cf2bc1f46b1bc73fe5bf076d62bf..02532a951d2fd7b5c86939a77efbe9332ae4c164 100644 (file)
@@ -80,7 +80,7 @@ LINTFLAGS+="-Dsigset_t=long"
 # FreeBSD
 LINTFLAGS+="-D__uint16_t=uint16_t" "-DEVP_PKEY_ASN1_METHOD=int" "-D_RuneLocale=int" "-D__va_list=va_list"
 
-INSTALL=$(srcdir)/install-sh
+INSTALL=$(SHELL) $(srcdir)/install-sh
 
 #pythonmod.c is not here, it is mentioned by itself in its own rules,
 #makedepend fails on missing interface.h otherwise.
index 2a0a96a712c4b57d161596e80910c7e204d2df3f..9e01a069e47e01392625a28824fd2b14f0ca1f2c 100644 (file)
@@ -1,3 +1,6 @@
+28 November 2014: Wouter
+       - Fix makefile for build from noexec source tree.
+
 26 November 2014: Wouter
        - Fix libunbound undefined symbol errors for main.
          Referencing main does not seem to be possible for libunbound.