From df2e940cfd540ea46dd95da77ebacc35ae58423e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 20 Oct 2003 17:21:40 +0000 Subject: many fixes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@40 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index e4bc091..203f27b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -23,8 +23,8 @@ if [ "x$1" = "xam" ] ; then ./config.status else set -ex - - make maintainer-clean || true + + #make maintainer-clean || true rm -rf autom4te.cache rm -f config.cache -- cgit