소스 검색

20171025 test/Makefile.in (Upps: fetch ... -> %%FETCH_CMD%%)

Altlast 7 년 전
부모
커밋
a7077b92a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/Makefile.in

+ 1 - 1
test/Makefile.in

@@ -13,7 +13,7 @@ tmp/nodes.json.pp: ../src/json-pp tmp/nodes.json
 	$> $@
 
 tmp/nodes.json:
-	fetch -q --no-verify-peer -o $@.tmp "%%NODES_URL%%" && \
+	%%FETCH_CMD%% $@.tmp "%%NODES_URL%%" && \
 	mv $@.tmp $@
 
 clean: