* move arround some files in the configured build according to the suggestions of...
[citadel.git] / citadel / buildpackages
index 2fadd62269a80e6c5cc357e84b381fa67577c1b8..29256a93a1808a2bfc89a31f3a9b89bf87aced41 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # find out the package version from conf
-if test -x Makefile; then
-    make clean
+if test -f Makefile; then
+    make distclean
 fi
 
 ./bootstrap