summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-06 08:00:43 +0100
committerMichael Vogt <mvo@debian.org>2013-12-06 09:02:19 +0100
commit6f3c4e3300d8a213ce438d03c8de4196c4be960a (patch)
treea308ef3f7cf24f8451042cf58947486b92c5b9ae /vendor
parentc4b22e98645bb14d9934f1a6721c9ac8b24a68f7 (diff)
vendor/makefile: fix build error for parallel builds
Diffstat (limited to 'vendor')
-rw-r--r--vendor/ubuntu/makefile2
1 files changed, 1 insertions, 1 deletions
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' $< > $@