Преглед изворни кода

vendor/makefile: fix build error for parallel builds

Michael Vogt пре 12 година
родитељ
комит
6f3c4e3300
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      vendor/ubuntu/makefile

+ 1 - 1
vendor/ubuntu/makefile

@@ -5,7 +5,7 @@ SUBDIR=vendor/ubuntu
 # Bring in the default rules
 # Bring in the default rules
 include ../../buildlib/defaults.mak
 include ../../buildlib/defaults.mak
 
 
-doc: sources.list
+doc binary: sources.list
 
 
 sources.list: sources.list.in ../../doc/apt-verbatim.ent
 sources.list: sources.list.in ../../doc/apt-verbatim.ent
 	sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@
 	sed -e 's#&ubuntu-codename;#$(shell ../getinfo ubuntu-codename)#g' $< > $@