From e81ddb2dc76ab2e502ad35363a436dd823289598 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Fri, 19 Apr 2013 12:55:17 -0700 Subject: [PATCH] Fixed 'hack' rule in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4096b1bbb..ab5682a09f 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ DOCKER_MAIN := $(DOCKER_DIR)/docker DOCKER_BIN_RELATIVE := bin/docker DOCKER_BIN := $(CURDIR)/$(DOCKER_BIN_RELATIVE) -.PHONY: all clean test +.PHONY: all clean test hack all: $(DOCKER_BIN)