From 4936e66277fdc3b4c78accc6842e5618f807715b Mon Sep 17 00:00:00 2001 From: Sven Hoexter Date: Tue, 25 Dec 2007 19:11:47 +0000 Subject: [PATCH] Make rules work again - remove spaces and replace them with tabs --- debian/rules | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index b059de0..b88d963 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ CONFIGURE_OPTIONS += \ --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ - --enable-threads + --enable-threads \ LDFLAGS += -Wl,-z,defs -Wl,--as-needed @@ -36,8 +36,8 @@ configure: patch configure-stamp configure-stamp: dh_testdir - CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ - ./configure $(CONFIGURE_OPTIONS) + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ + ./configure $(CONFIGURE_OPTIONS) touch configure-stamp @@ -86,5 +86,4 @@ binary-arch: build install dh_builddeb binary: binary-indep binary-arch - -.PHONY: build clean binary-arch binary-indep binary install configure +.PHONY: build clean binary-indep binary-arch binary install configure -- 2.39.2