mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:12:09 -04:00
Added PURIFY = @PURIFY@
This commit is contained in:
parent
94d523a04a
commit
5a00f36d21
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: rules.in,v 1.27 2001/01/18 01:33:54 bwelling Exp $
|
||||
# $Id: rules.in,v 1.28 2001/02/01 23:19:05 sjacob Exp $
|
||||
|
||||
###
|
||||
### Common Makefile rules for BIND 9.
|
||||
|
|
@ -117,6 +117,7 @@ ALL_CFLAGS = ${EXT_CFLAGS} ${CFLAGS} \
|
|||
|
||||
SHELL = @SHELL@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
PURIFY = @PURIFY@
|
||||
|
||||
MKDEP = ${SHELL} ${top_builddir}/make/mkdep
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue