From: Russ Allbery Date: Tue, 13 Jul 2010 22:57:25 +0000 (-0700) Subject: make dpkg should not depend on dest X-Git-Tag: openafs-devel-1_5_76~128 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ad1b79547be5a2ae37619e8b583838e6744ff664;p=packages%2Fo%2Fopenafs.git 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 Tested-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 21bcee325..ebcc80eb7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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