commit 4afdef621e3061b0254ab18424d6cb4ac83129b1 Author: Ximin Luo infinity0@gmx.com Date: Tue Oct 15 16:15:20 2013 +0100
- rm CLEANFILES; it's only needed if we have custom rules to build them --- facilitator/Makefile.am | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/facilitator/Makefile.am b/facilitator/Makefile.am index fa1ba71..7708f21 100644 --- a/facilitator/Makefile.am +++ b/facilitator/Makefile.am @@ -30,10 +30,6 @@ PY_LOG_COMPILER = $(PYTHON) AM_TESTS_ENVIRONMENT = PYTHONPATH='$(srcdir)'; export PYTHONPATH; AM_PY_LOG_FLAGS =
-# stuff built from AC_CONFIG_FILES -# see http://www.gnu.org/software/automake/manual/html_node/Scripts.html -CLEANFILES = $(initscript_SCRIPTS) - EXTRA_DIST = $(TESTS)
# our own targets
tor-commits@lists.torproject.org