aboutsummaryrefslogtreecommitdiffstats
path: root/default.do
diff options
context:
space:
mode:
Diffstat (limited to 'default.do')
-rw-r--r--default.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.do b/default.do
index 5ea9711..af491ee 100644
--- a/default.do
+++ b/default.do
@@ -10,7 +10,7 @@ DESTDIR=${DESTDIR-/usr/local/bin}
if [ "$1" = "all" ]; then
redo-ifchange "$OUTDIR/redo"
elif [ "$1" = "clean" ]; then
- rm -rf "$OUTDIR/*.tmp" "$OUTDIR/*.o" "$OUTDIR/redo" "$OUTDIR/CC"
+ rm -rf "$OUTDIR"/*.tmp "$OUTDIR"/*.o "$OUTDIR"/redo "$OUTDIR"/CC
# autoconf stuff
rm -rf autom4te.cache config.h.in configure config.status config.log config.h
elif [ "$1" = "install" ]; then