Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
test/Makefile: Use $MAKE instead of hard-coding "make"
Browse files Browse the repository at this point in the history
This one was harmless but let's do this for consistency's sake.

References #23.
  • Loading branch information
dumbbell committed May 7, 2015
1 parent 0d1c946 commit b2d0810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ $(CHECKOUT_DIR):

.PHONY: build_java_amqp
build_java_amqp: $(CHECKOUT_DIR)
make -C $(JAVA_AMQP_DIR) jar

$(MAKE) -C $(JAVA_AMQP_DIR) jar

0 comments on commit b2d0810

Please sign in to comment.