From bf9a462f2d0e6eacf5830c9887961d81ef9a78e4 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 28 Sep 2013 19:24:58 -0400 Subject: Dances with Makefiles --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index bb9cac2..4eab3a0 100755 --- a/debian/rules +++ b/debian/rules @@ -58,8 +58,8 @@ autotools: echo WARNING: GNU config scripts updated from master copies 1>&2 ;\ fi -configure: configure-stamp autotools -configure-stamp: +configure: configure-stamp +configure-stamp: autotools dh_testdir # Add here commands to configure the package. libtoolize @@ -72,8 +72,8 @@ configure-stamp: build-arch: build-stamp build-indep: build-stamp -build: configure-stamp build-stamp -build-stamp: +build: build-stamp +build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. -- cgit v1.2.3