From bf1fb67314961819e11f3e6dbec8d1ab1ed04e19 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Fri, 1 Jul 2016 10:33:54 -0400 Subject: [PATCH] More shite --- contrib/Makefile | 2 ++ patch/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/contrib/Makefile b/contrib/Makefile index c2489ab..9ed7fba 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,3 +1,5 @@ +out := ../$(dir_out)/$(fw_folder) + .PHONY: all all: build install diff --git a/patch/Makefile b/patch/Makefile index 7873eaa..b6c1b9a 100644 --- a/patch/Makefile +++ b/patch/Makefile @@ -1,3 +1,5 @@ +out := ../$(dir_out)/$(fw_folder) + .PHONY: all all: build install -- 2.39.5