From baa9cbd48dd4e65cd20c52615fe364bb0d4711ca Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 25 Jul 2017 01:08:38 +0000 Subject: [PATCH] Comment out INCEMPTYDIRS definition, as there are currently no empty dirs. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54816 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- compiler/include/mmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/include/mmakefile b/compiler/include/mmakefile index c0849481b9..8dfbaa7aa8 100644 --- a/compiler/include/mmakefile +++ b/compiler/include/mmakefile @@ -43,8 +43,8 @@ INCSUBDIRS := aros \ workbench # clib & proto are handled above. -INCEMPTYDIRS := defines \ - inline +#INCEMPTYDIRS := defines \ +# inline INCLUDES_BASE := $(foreach d,$(addprefix $(SRCDIR)/$(CURDIR)/,$(INCSUBDIRS)),$(wildcard $(d)/*.h) $(wildcard $(d)/*.hpp)) $(wildcard *.h) INCLUDES := $(subst $(SRCDIR)/$(CURDIR)/,,$(INCLUDES_BASE)) -- 2.11.4.GIT