defs.mk: Honour $(TOPDIR)/make/local.mk

This commit is contained in:
Jan Lindemann 2005-04-24 08:18:19 +00:00 committed by Jan Lindemann
commit c389c45e94

View file

@ -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