From 2c9297f27ef2748293dae9f34a18e58115dccce2 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Wed, 23 Mar 2016 02:19:50 -0700 Subject: [PATCH] Makefile: remove src/buildtest from SOURCES Oops, missed this one earlier, it caused the pyflakes check to fail. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dc20b3b0..de0d5a7b2 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ export PYTHON PYFLAKES=pyflakes export PYFLAKES -SOURCES=src/allmydata src/buildtest static misc setup.py +SOURCES=src/allmydata static misc setup.py APPNAME=allmydata-tahoe # This is necessary only if you want to automatically produce a new