make dpkg should not depend on dest
authorRuss Allbery <rra@stanford.edu>
Tue, 13 Jul 2010 22:57:25 +0000 (15:57 -0700)
committerDerrick Brashear <shadow@dementia.org>
Wed, 14 Jul 2010 03:42:12 +0000 (20:42 -0700)
It's pointless to have make dpkg build the tree before running the
Debian build rules, since the Debian build rules are just going to
build the tree again.

Change-Id: I2481b20a5ca23f8cb067ba609d4d3acd58738cc4
Reviewed-on: http://gerrit.openafs.org/2406
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

Makefile.in

index 21bcee3..ebcc80e 100644 (file)
@@ -89,7 +89,7 @@ dest_only_libafs: only_libafs dest_dirs
        $(MAKE) build TARGET=libafs COMPILE_PART2B=dest
        -${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE
 
-dpkg: dest
+dpkg:
        ln -fs ${srcdir}/src/packaging/Debian debian
        dpkg-buildpackage -rfakeroot -us -uc