Browse Source

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

feature/2015
Christian Kroll 11 years ago
parent
commit
f344021a38
  1. 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…
Cancel
Save