@cryptotaxi247 / kubo / commits / cdea07dfc

move rule to be depended on by deps

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Feb 23, 2016 at 17:52 UTC cdea07dfc39f0479970d2cca1bc613d0644e2b5b
1 file changed +2 -2
Makefile
+2 -2
@@ -35,7 +35,7 @@ gx_check:
35 @bin/check_gx_program "gx" "0.3" 'Upgrade or install gx using your package manager or run `make gx_upgrade`'
36 @bin/check_gx_program "gx-go" "0.2" 'Upgrade or install gx-go using your package manager or run `make gxgo_upgrade`'
37
38 -deps: go_check gx_check
38 +deps: go_check gx_check path_check
39 gx --verbose install --global
40
41 # saves/vendors third-party dependencies to Godeps/_workspace
@@ -47,7 +47,7 @@ vendor: godep
47 install: build
48 cd cmd/ipfs && go install -ldflags=$(ldflags)
49
50 -build: deps path_check
50 +build: deps
51 cd cmd/ipfs && go build -i -ldflags=$(ldflags)
52
53 nofuse: deps