build: Move python detection back into waf (instead of in configure and Makefile)
[garming/samba-autobuild/.git] / lib / tdb / Makefile
index 0f088ea2231149335c8246aa7cc582e83aa26732..3e70146c248c80cd01a948e82a478acc86eaa0f8 100644 (file)
@@ -1,6 +1,5 @@
 # simple makefile wrapper to run waf
 
-PYTHON?=python3
 WAF_BINARY=$(PYTHON) ../../buildtools/bin/waf
 WAF=PYTHONHASHSEED=1 WAF_MAKE=1 $(WAF_BINARY)