Browse Source

[Build] Remove unnecessary dependencies

Michał Kowalczyk 6 years ago
parent
commit
a08a264016
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LibOS/shim/Makefile

+ 1 - 1
LibOS/shim/Makefile

@@ -9,6 +9,6 @@ targets += pack
 endif
 endif
 
 
 .PHONY: $(targets)
 .PHONY: $(targets)
-$(targets): src test
+$(targets):
 	make $@ -C src
 	make $@ -C src
 	make $@ -C test
 	make $@ -C test