From: Sven Hoexter Date: Tue, 25 Dec 2007 19:11:47 +0000 (+0000) Subject: Make rules work again - remove spaces and replace them with tabs X-Git-Tag: debian/7.17.1-1~12 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=4936e66277fdc3b4c78accc6842e5618f807715b Make rules work again - remove spaces and replace them with tabs --- 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