From 6f18f010855a17e8c1d2ec893da51d9c69120118 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sun, 24 Aug 2008 12:03:53 +0200 Subject: [PATCH] And another fix for debian/rules. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a736d12..5ba51aa 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ else endif config-stamp: $(QUILT_STAMPFN) - [ ! -f configure ] || sh autogen.sh + [ -f configure ] || sh autogen.sh LDFLAGS="$(LINKER_FLAGS)" \ CFLAGS="$(CFLAGS)" \ ./configure $(CONFFLAGS) -- 1.7.9.5