Explorar o código

vendor/makefile: fix build error for parallel builds

Michael Vogt %!s(int64=12) %!d(string=hai) anos
pai
achega
6f3c4e3300
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vendor/ubuntu/makefile

+ 1 - 1
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' $< > $@