Skip to content

Commit

Permalink
Make mcrouter target depend on deps target
Browse files Browse the repository at this point in the history
  • Loading branch information
favila committed Aug 15, 2022
1 parent 4179985 commit 78038ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcrouter/scripts/Makefile_amazon-linux-2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MCROUTER_ARCHIVE := mcrouter.$(shell git rev-parse --short=12 HEAD).$(shell unam
deps: .jemalloc-done .boost-done .zstd-done .gflags-done .glog-done .fmt-done .folly-done .fizz-done .wangle-done .fbthrift-done
touch $@

mcrouter:
mcrouter: deps
${RECIPES_DIR}/mcrouter.sh $(PKG_DIR) $(INSTALL_DIR) $(INSTALL_AUX_DIR)
touch $@

Expand Down

0 comments on commit 78038ff

Please sign in to comment.