[v9_10] remove gnu make dependency

This commit is contained in:
Evan Hunt
2016-04-29 09:37:01 -07:00
parent e7cf52beaf
commit 530e40e7d0

View File

@@ -29,7 +29,8 @@ PYSRCS = __init__.py dnskey.py eventlist.py keydict.py \
@BIND9_MAKE_RULES@
%.pyc: %.py
.SUFFIXES: .py .pyc
.py.pyc:
$(PYTHON) -m compileall .
installdirs: