From 845b8c15cac2aec9f43c667704e0ec0c1718c208 Mon Sep 17 00:00:00 2001 From: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Date: Fri, 27 Feb 2015 18:10:27 +0100 Subject: [PATCH] Bugfix: do not override IMAGE_DIR config option --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 22dbc0f..6be8691 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,6 @@ ARCH_DIR=$(call archdir,$(ARCH)) PRIMARY_ARCH_DIR=$(call archdir,$(PRIMARY_ARCH)) SECONDARY_ARCH_DIR=$(call archdir,$(SECONDARY_ARCH)) COMMON_DIR=$(WORKSPACE)/common -IMAGE_DIR=$(WORKSPACE)/image define gentargets = $(PRIMARY_ARCH_DIR)$1 $(SECONDARY_ARCH_DIR)$1 : $(call archdir,%)$1 -- GitLab