Просмотр исходного кода

Remove an extraneous target dependency

Loïc Hoguin 9 лет назад
Родитель
Сommit
67fba31476
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

@@ -50,7 +50,7 @@ endif
 
 
 .PHONY: all clean build
 .PHONY: all clean build
 
 
-all:: core bootstrap
+all:: core
 	$i "Success!"
 	$i "Success!"
 
 
 clean:: clean-core
 clean:: clean-core