summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorclutton <clutton@zoho.com>2016-04-28 00:31:19 +0300
committerclutton <clutton@zoho.com>2016-04-28 00:31:19 +0300
commit544904cdc835ed010cb2ccded3e996b6618fb6bd (patch)
treee39e988ae963d71bafe0f8a4cf89874b0c71f4a5 /Makefile.in
parenta02c1a28443e7ce4f91f5209b225ce402eccd5b6 (diff)
downloaddistcc-git-544904cdc835ed010cb2ccded3e996b6618fb6bd.tar.gz
removed forgotten echo from Makefile.in, reference to a include_server/__init__.py file and StripTrailingWhitespaces vim script
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 693500d..ba9fc22 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -165,7 +165,6 @@ example_DOCS = \
doc/example/xinetd \
include_server_PY = \
- include_server/__init__.py \
include_server/basics.py \
include_server/cache_basics.py \
include_server/compiler_defaults.py \
@@ -573,7 +572,6 @@ distccmon-gnome@EXEEXT@: $(mon_obj) $(gnome_obj)
# includes), and the build location.
include-server:
if test -z "$(PYTHON)"; then \
- echo "$(PYTHON)" \
echo "Not building $@: No suitable python found"; \
else \
mkdir -p "$(include_server_builddir)" && \