summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-10-04 07:59:41 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-10-04 07:59:41 +0200
commit63b87d8d9256bc1d6fd3c9040f4fd3622991045e (patch)
tree41cfae93949186fc791bce2b7d43a3e4f09ffa39 /configure
parentdf26bfe8df13aa0977902317db18a095daac885e (diff)
downloadeurephia-63b87d8d9256bc1d6fd3c9040f4fd3622991045e.tar.gz
eurephia-63b87d8d9256bc1d6fd3c9040f4fd3622991045e.tar.xz
eurephia-63b87d8d9256bc1d6fd3c9040f4fd3622991045e.zip
Fixed wrong search in dist-clean
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 04e59be..59fe7af 100755
--- a/configure
+++ b/configure
@@ -76,7 +76,7 @@ if [ $ec = 0 ]; then
cat >> Makefile <<EOF
dist-clean : clean
find -type d -name "CMakeFiles" | xargs rm -rf
- find -type d -name "cmake_install.cmake" | xargs rm -rf
+ find -type f -name "cmake_install.cmake" | xargs rm -rf
find -type f -name Makefile | xargs rm -rf
find -type f -name "*~" | xargs rm -f
rm -f CMakeCache.txt