diff options
author | vorlon <Unknown> | 2007-08-20 08:13:27 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 08:13:27 +0000 |
commit | 65440b0d343b64d0d66223a472f6f7ec191a2b1f (patch) | |
tree | 58d9b59a861f0bf9b159c18e2d892d8b56e53562 | |
parent | b427cf116d8a771454bb0d59529ca0663eac9527 (diff) | |
download | pam-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-x | rules | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 \ |