From: Michael Vogt Date: Fri, 6 Dec 2013 07:00:43 +0000 (+0100) Subject: vendor/makefile: fix build error for parallel builds X-Git-Tag: 0.9.14~11 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6f3c4e3300d8a213ce438d03c8de4196c4be960a?ds=sidebyside;hp=c4b22e98645bb14d9934f1a6721c9ac8b24a68f7 vendor/makefile: fix build error for parallel builds --- diff --git a/vendor/ubuntu/makefile b/vendor/ubuntu/makefile index ea67e6e63..88061bde2 100644 --- a/vendor/ubuntu/makefile +++ b/vendor/ubuntu/makefile @@ -5,7 +5,7 @@ SUBDIR=vendor/ubuntu # Bring in the default rules include ../../buildlib/defaults.mak -doc: sources.list +doc binary: sources.list sources.list: sources.list.in ../../doc/apt-verbatim.ent sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@