소스 검색

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