only dirs
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Apr 2005 12:02:13 +0000 (12:02 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Apr 2005 12:02:13 +0000 (12:02 +0000)
Original commit message from CVS:
only dirs

check/Makefile.am
tests/check/Makefile.am

index ff58328..67baec2 100644 (file)
@@ -18,7 +18,7 @@ install-pluginLTLIBRARIES:
 CLEANFILES = core.* test-registry.xml
 
 clean-local:
-       for i in find . -name .libs; do \
+       for i in find . -name ".libs" -type d; do \
          rm -rf $$i; \
        done
 
index ff58328..67baec2 100644 (file)
@@ -18,7 +18,7 @@ install-pluginLTLIBRARIES:
 CLEANFILES = core.* test-registry.xml
 
 clean-local:
-       for i in find . -name .libs; do \
+       for i in find . -name ".libs" -type d; do \
          rm -rf $$i; \
        done