From: Evan Hunt Date: Fri, 29 Apr 2016 16:36:36 +0000 (-0700) Subject: [master] remove gnu make dependency X-Git-Tag: v9.11.0a2~67 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=90c7806bb642e8c5fcf9d1f448be08e7f41cc9c6;p=thirdparty%2Fbind9.git [master] remove gnu make dependency --- diff --git a/bin/python/isc/Makefile.in b/bin/python/isc/Makefile.in index 802ef678519..322c802f269 100644 --- a/bin/python/isc/Makefile.in +++ b/bin/python/isc/Makefile.in @@ -30,7 +30,8 @@ TARGETS = parsetab.py parsetab.pyc \ @BIND9_MAKE_RULES@ -%.pyc: %.py +.SUFFIXES: .py .pyc +.py.pyc: $(PYTHON) -m compileall . parsetab.py parsetab.pyc: policy.py @@ -64,4 +65,4 @@ clean distclean:: rm -f *.pyc parser.out parsetab.py distclean:: - rm -Rf utils.py \ No newline at end of file + rm -Rf utils.py