From 7d56e0340f5cbec8af5dd95c094ba6a89b895dc6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 2 Nov 2009 23:33:24 +0000 Subject: [PATCH] * don't call make distclean, this creates hickups --- citadel/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/debian/rules b/citadel/debian/rules index c9b87e558..c764d902c 100755 --- a/citadel/debian/rules +++ b/citadel/debian/rules @@ -76,10 +76,10 @@ clean: dh_testroot rm -f build-arch-stamp build-indep-stamp configure-stamp - [ ! -f Makefile ] || $(MAKE) distclean dh_clean rm -f config.status config.log +#[ ! -f Makefile ] || $(MAKE) distclean install: install-indep install-arch install-indep: build-indep -- 2.39.2