From 4e6ed215ed961310609fb2b3ce6ebd2803a5e561 Mon Sep 17 00:00:00 2001 From: Steveice10 Date: Fri, 23 Dec 2016 23:23:14 -0800 Subject: [PATCH] Move extra output files to base output directory. --- make_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_base b/make_base index 49f3c74..fd08e0c 100644 --- a/make_base +++ b/make_base @@ -380,7 +380,7 @@ CC_FLAGS := $(COMMON_CC_FLAGS) -std=gnu99 CXX_FLAGS := $(COMMON_CC_FLAGS) -std=gnu++11 ifneq ($(EXTRA_OUTPUT_FILES),) - EXTRA_OUTPUT_COPY_CMD := cp -r $(EXTRA_OUTPUT_FILES) $(TARGET_OUTPUT_DIR) + EXTRA_OUTPUT_COPY_CMD := cp -r $(EXTRA_OUTPUT_FILES) $(OUTPUT_DIR) endif # MAIN RULES #