Browse Source

Remove an extraneous target dependency

Loïc Hoguin 9 years ago
parent
commit
67fba31476
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
test/Makefile

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