From ad1b79547be5a2ae37619e8b583838e6744ff664 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 13 Jul 2010 15:57:25 -0700 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5