summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2009-11-03 22:39:56 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2009-11-03 22:39:56 +0000
commitf758dc0812e7d0a846d2e07047a9c675e2ecb191 (patch)
tree743685c42a6eeb83f388018be34699b0a6cbed6b /test/Makefile
parent320bd8fdc6e07f260647401e7ad1a54a14fab5a1 (diff)
make 'make clean' work on Solaris, per Gabor Greif comment
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 75b8601190..fdb9d8f713 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -44,6 +44,6 @@ lit.site.cfg: FORCE
$(PROJ_SRC_DIR)/lit.site.cfg.in > $@
clean::
- @ find -name Output | xargs rm -fr
+ @ find . -name Output | xargs rm -fr
.PHONY: all report clean