From f344021a38794938fda754b30b4e7131517c0d84 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Fri, 21 Mar 2014 03:49:12 +0100 Subject: [PATCH] suppressed (a harmless) makefile warning that nagged me for years --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9a7aeb..22e8b5c 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ ifneq ($(MAKECMDGOALS),clean) ifneq ($(MAKECMDGOALS),mrproper) ifneq ($(MAKECMDGOALS),menuconfig) -include $(MAKETOPDIR)/.subdirs +-include $(MAKETOPDIR)/.subdirs include $(MAKETOPDIR)/.config include $(TOPDIR)/games/games.mk