From b84736e9b6401df0c6eeab9950bef09458a6aefd Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 29 Sep 2017 12:46:30 -0700 Subject: Updating server dependancies. (#7538) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 875318fac..07823082b 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ endif # Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target ifeq ($(BUILD_ENTERPRISE_READY),true) IGNORE:=$(shell echo Enterprise build selected, preparing) - IGNORE:=$(shell mkdir -p imports/) + IGNORE:=$(shell rm -f imports/imports.go) IGNORE:=$(shell cp $(BUILD_ENTERPRISE_DIR)/imports/imports.go imports/) IGNORE:=$(shell rm -f enterprise) IGNORE:=$(shell ln -s $(BUILD_ENTERPRISE_DIR) enterprise) @@ -465,7 +465,7 @@ clean: stop-docker rm -f ecover.out rm -f *.out rm -f *.test - rm -f imports.go + rm -f imports/imports.go nuke: clean clean-docker @echo BOOM -- cgit v1.2.3-1-g7c22