summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-28 17:03:58 +0000
committerBastiaan Bakker <bastiaan.bakker@lifeline.nl>2001-04-28 17:03:58 +0000
commit7e4ccacdbcf2f78005447f16e49d339d2a70e9ca (patch)
treee03f59b8df5cd79b260ee99acee8235e18cf70da /Makefile.am
parentf761fead7b57fb6c2a4b9fc3d675f75991da2666 (diff)
Fixed dist-hook target.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d0d619c..7518c8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ m4data_DATA = cppunit.m4
dist-hook:
cp -dpR examples/msvc6 $(distdir)/examples
- find $(distdir) -name CVS -exec rm -rf {} \;
+ find $(distdir) -name CVS | xargs rm -rf
.PHONY: release snapshot rpm docs doc-dist