]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] remove gnu make dependency
authorEvan Hunt <each@isc.org>
Fri, 29 Apr 2016 16:36:36 +0000 (09:36 -0700)
committerEvan Hunt <each@isc.org>
Fri, 29 Apr 2016 16:36:36 +0000 (09:36 -0700)
bin/python/isc/Makefile.in

index 802ef678519486e3cc9c32761b4b6bf7dc3bb4ed..322c802f269961b6588da0790f97c3806c4bca20 100644 (file)
@@ -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