]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Make rules work again - remove spaces and replace them with tabs
authorSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 19:11:47 +0000 (19:11 +0000)
committerSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 19:11:47 +0000 (19:11 +0000)
debian/rules

index b059de0b9bea232eec26135edd0feefcf10125e9..b88d963d4f63cdfc67288ae06dd5af97614c5c6c 100755 (executable)
@@ -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