Explorar el Código

vendor/makefile: fix build error for parallel builds

Michael Vogt hace 12 años
padre
commit
6f3c4e3300
Se han modificado 1 ficheros con 1 adiciones y 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' $< > $@