aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-20 08:13:27 +0000
committervorlon <Unknown>2007-08-20 08:13:27 +0000
commit65440b0d343b64d0d66223a472f6f7ec191a2b1f (patch)
tree58d9b59a861f0bf9b159c18e2d892d8b56e53562
parentb427cf116d8a771454bb0d59529ca0663eac9527 (diff)
downloadpam-65440b0d343b64d0d66223a472f6f7ec191a2b1f.tar.gz
pam-65440b0d343b64d0d66223a472f6f7ec191a2b1f.tar.bz2
pam-65440b0d343b64d0d66223a472f6f7ec191a2b1f.zip
Really get the targets right so that the binary target doesn't have to
re-make the package
-rwxr-xr-xrules9
1 files changed, 4 insertions, 5 deletions
diff --git a/rules b/rules
index 3b4cc6ba..8ae6434b 100755
--- a/rules
+++ b/rules
@@ -28,8 +28,8 @@ dl = $(d)/local
i = install -p -m 0644
ie = install -p -m 0755
-build: build-stamp
-build-stamp: configure-stamp
+build: configure build-stamp
+build-stamp:
dh_testdir
# Compile everything else
@@ -37,9 +37,8 @@ build-stamp: configure-stamp
touch build-stamp
-configure: configure-stamp
-
-configure-stamp: patch
+configure: patch configure-stamp
+configure-stamp:
cd $(BUILD_TREE) && \
./configure --sysconfdir=/etc --prefix=/usr --enable-static \
--enable-shared \