make dpkg should not depend on dest

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>
This commit is contained in:
Russ Allbery 2010-07-13 15:57:25 -07:00 committed by Derrick Brashear
parent b666166b6d
commit ad1b79547b

View 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