Przeglądaj źródła

vendor/makefile: fix build error for parallel builds

Michael Vogt 12 lat temu
rodzic
commit
6f3c4e3300
1 zmienionych plików z 1 dodań i 1 usunięć
  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' $< > $@