From c389c45e94c99273bf46007a5a4745eac793d881 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sun, 24 Apr 2005 08:18:19 +0000 Subject: [PATCH] defs.mk: Honour $(TOPDIR)/make/local.mk --- make/defs.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make/defs.mk b/make/defs.mk index 4648ff33..ba312808 100644 --- a/make/defs.mk +++ b/make/defs.mk @@ -308,6 +308,10 @@ else endif endif +ifneq ($(wildcard $(TOPDIR)/make/local.mk),) +include $(TOPDIR)/make/local.mk +endif + ifneq ($(wildcard local.mk),) include local.mk endif