summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2013-09-28 19:24:58 -0400
committerGravatar Karl Ramm <kcr@1ts.org>2013-09-28 19:24:58 -0400
commitbf9a462f2d0e6eacf5830c9887961d81ef9a78e4 (patch)
tree6ccf51ba115dd3da41b298a49e0554fa90c5ef2e
parent61983d326c02022f3db939bd34e9c3cf6e8699a3 (diff)
Dances with Makefiles
-rwxr-xr-xdebian/rules8
1 files 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.