summaryrefslogtreecommitdiff
path: root/CCache
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-05-02 16:16:11 +0200
committerKarl Wette <karl.wette@ligo.org>2014-05-02 20:06:11 +0200
commitd5b765d3888d82d8b6a420b80047278c81c4ef95 (patch)
tree445cdd6cdb03c1aa215fa5848c74ed644207db8a /CCache
parent7cd9063b52d29bf3a5c6cee8d272b75a1012756b (diff)
downloadswig-d5b765d3888d82d8b6a420b80047278c81c4ef95.tar.gz
Whitespace cleanup of all Makefiles*
- some of the %.clean rules in the test-suite Makefiles were using a single tab as an empty rule, dangerous! I've replaced these with the safer '@exit 0'.
Diffstat (limited to 'CCache')
-rw-r--r--CCache/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/CCache/Makefile.in b/CCache/Makefile.in
index d8f9042fe..abe78c277 100644
--- a/CCache/Makefile.in
+++ b/CCache/Makefile.in
@@ -69,9 +69,9 @@ distclean: clean
maintainer-clean: distclean
/bin/rm -f $(PACKAGE_NAME).1 web/ccache-man.html
-
+
# FIXME: To fix this, test.sh needs to be able to take ccache from the
# installed prefix, not from the source dir.
-installcheck:
+installcheck:
@echo "WARNING! This is not really \"installcheck\" yet."
$(MAKE) check