suppressed (a harmless) makefile warning that nagged me for years
This commit is contained in:
parent
11a76a1a74
commit
f344021a38
2
Makefile
2
Makefile
|
@ -54,7 +54,7 @@ ifneq ($(MAKECMDGOALS),clean)
|
||||||
ifneq ($(MAKECMDGOALS),mrproper)
|
ifneq ($(MAKECMDGOALS),mrproper)
|
||||||
ifneq ($(MAKECMDGOALS),menuconfig)
|
ifneq ($(MAKECMDGOALS),menuconfig)
|
||||||
|
|
||||||
include $(MAKETOPDIR)/.subdirs
|
-include $(MAKETOPDIR)/.subdirs
|
||||||
include $(MAKETOPDIR)/.config
|
include $(MAKETOPDIR)/.config
|
||||||
include $(TOPDIR)/games/games.mk
|
include $(TOPDIR)/games/games.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue