suppressed (a harmless) makefile warning that nagged me for years

This commit is contained in:
Christian Kroll 2014-03-21 03:49:12 +01:00
parent 11a76a1a74
commit f344021a38
1 changed files with 1 additions and 1 deletions

View File

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