>From 8e39c68bf088b9934e6632d02c129ccc85fcbc32 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 14 Aug 2019 02:47:22 +0000 Subject: [PATCH] include $(B)/config.mak instead of config.mak --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e786499..3e15d33 100644 --- a/Makefile +++ b/Makefile @@ -34,9 +34,9 @@ all: %: s.% %: SCCS/s.% -config.mak: +$(B)/config.mak: cp config.mak.def $@ --include config.mak +-include $(B)/config.mak define default_template $(1).BINS_TEMPL:=bin.exe bin-static.exe -- 2.22.0