From 88acb0a4ed2bfad594e2f4ccd34f0c26f94fb663 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 22 Oct 2003 23:24:13 +0000 Subject: bootstrap.sh fixes minor fixes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@45 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index a520e21..5c65234 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -34,5 +34,7 @@ else autoconf -Wall ./configure --sysconfdir=/etc "$@" + + make clean fi -- cgit